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 d064f27 commit 1f4b8beCopy full SHA for 1f4b8be
.github/actions/action.yml
@@ -1193,8 +1193,8 @@ runs:
1193
export RUSTC_FORCE_RUSTC_VERSION=rustc-android
1194
export HOSTRUSTFLAGS="--target x86_64-unknown-linux-gnu"
1195
export KBUILD_SYMTYPES=
1196
- export DEPMOD=depmod
1197
- export DTC=$(command -v dtc)
+ export DEPMOD="$KERNEL_PATH/build/prebuilts/kernel-build-tools/linux-x86/bin/depmod"
+ export DTC="$KERNEL_PATH/build/prebuilts/kernel-build-tools/linux-x86/bin/dtc"
1198
export PROCMACROLDFLAGS="-fuse-ld=lld --rtlib=compiler-rt --sysroot=$KERNEL_PATH/build/kernel/build-tools/sysroot"
1199
export BRANCH=android16-6.12
1200
export KMI_GENERATION=5
0 commit comments