We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b375 commit e542477Copy full SHA for e542477
.github/actions/action.yml
@@ -456,7 +456,11 @@ runs:
456
USE_LLVM_IAS=true
457
fi
458
cd "$KERNEL_PATH/common" || exit 1
459
- MAKE_ARGS="LLVM=1 ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- \
+
460
+ TOOLCHAIN_PATH="$KERNEL_PATH/kernel_platform/prebuilts/ndk-r23/toolchains/llvm/prebuilt/linux-x86_64/bin"
461
+ find "$KERNEL_PATH" -name "*aarch64-linux-android*" -type d
462
463
+ MAKE_ARGS="LLVM=1 ARCH=arm64 CROSS_COMPILE=$TOOLCHAIN_PATH/aarch64-linux-android- \
464
RUSTC=$KERNEL_PATH/prebuilts/rust/linux-x86/1.73.0b/bin/rustc \
465
PAHOLE=$KERNEL_PATH/prebuilts/kernel-build-tools/linux-x86/bin/pahole \
466
LD=ld.lld HOSTLD=ld.lld"
0 commit comments