Skip to content

Commit 1f4b8be

Browse files
committed
Make some changes 8
1 parent d064f27 commit 1f4b8be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,8 +1193,8 @@ runs:
11931193
export RUSTC_FORCE_RUSTC_VERSION=rustc-android
11941194
export HOSTRUSTFLAGS="--target x86_64-unknown-linux-gnu"
11951195
export KBUILD_SYMTYPES=
1196-
export DEPMOD=depmod
1197-
export DTC=$(command -v dtc)
1196+
export DEPMOD="$KERNEL_PATH/build/prebuilts/kernel-build-tools/linux-x86/bin/depmod"
1197+
export DTC="$KERNEL_PATH/build/prebuilts/kernel-build-tools/linux-x86/bin/dtc"
11981198
export PROCMACROLDFLAGS="-fuse-ld=lld --rtlib=compiler-rt --sysroot=$KERNEL_PATH/build/kernel/build-tools/sysroot"
11991199
export BRANCH=android16-6.12
12001200
export KMI_GENERATION=5

0 commit comments

Comments
 (0)