Skip to content

Commit 346e3d4

Browse files
committed
Make some changes 10
1 parent 94d0715 commit 346e3d4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/actions/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,12 +1190,12 @@ runs:
11901190
export HOSTCC="ccache clang"
11911191
export HOSTCXX="ccache clang++"
11921192
1193-
# export RUSTC_FORCE_RUSTC_VERSION=rustc-android
1194-
# export HOSTRUSTFLAGS="--target x86_64-unknown-linux-gnu"
1193+
export RUSTC_FORCE_RUSTC_VERSION=rustc-android
1194+
export HOSTRUSTFLAGS="--target x86_64-unknown-linux-gnu"
11951195
# export KBUILD_SYMTYPES=
11961196
export DEPMOD="$KERNEL_PATH/build/prebuilts/kernel-build-tools/linux-x86/bin/depmod"
11971197
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"
1198+
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
12011201
# export CLANG_VERSION=r536225
@@ -1299,9 +1299,9 @@ runs:
12991299
13001300
make O="$OUT" olddefconfig
13011301
1302-
cat "$OUT/.config"
1302+
# cat "$OUT/.config"
13031303
1304-
./scripts/rust_is_available.sh
1304+
# ./scripts/rust_is_available.sh
13051305
13061306
KCFLAGS="$KCFLAGS -Wno-error -pipe -fno-stack-protector ${KCFLAGS_EXTRA}"
13071307
KCPPFLAGS="$KCPPFLAGS -DCONFIG_OPTIMIZE_INLINING"

manifests/oos16/oneplus_15_w.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
<linkfile dest="kernel_platform/build/prebuilts/kernel-build-tools" src="."/>
4747
</project>
4848
<!-- <project remote="aosp" name="platform/prebuilts/asuite" path="kernel_platform/prebuilts/asuite" clone-depth="1"/> -->
49-
<!-- <project remote="aosp" name="platform/prebuilts/build-tools" path="kernel_platform/prebuilts/build-tools" clone-depth="1" groups="ddk"> -->
50-
<!-- <linkfile dest="kernel_platform/build/prebuilts/build-tools" src="."/> -->
51-
<!-- </project> -->
49+
<project remote="aosp" name="platform/prebuilts/build-tools" path="kernel_platform/prebuilts/build-tools" clone-depth="1" groups="ddk">
50+
<linkfile dest="kernel_platform/build/prebuilts/build-tools" src="."/>
51+
</project>
5252
<!-- <project remote="aosp" name="platform/prebuilts/clang-tools" path="kernel_platform/prebuilts/clang-tools" clone-depth="1" groups="ddk"> -->
5353
<!-- <linkfile dest="kernel_platform/build/prebuilts/clang-tools" src="."/> -->
5454
<!-- </project> -->

0 commit comments

Comments
 (0)