Skip to content

Commit 9c727bd

Browse files
committed
Update 6.6.89 source code to newest Oneplus 13 source
1 parent 6159b3e commit 9c727bd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/fastbuild_6.6.89.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ jobs:
109109
#sudo apt-get install -y --no-install-recommends curl bison flex make binutils git perl gcc python3 python-is-python3 bc libssl-dev libelf-dev zip unzip ccache
110110
111111
echo "正在克隆源码仓库..."
112-
aria2c -s16 -x16 -k1M https://github.com/cctv18/android_kernel_common_oneplus_sm8750/archive/refs/heads/oneplus/sm8750_v_15.0.0_oneplus_13_global.zip -o common.zip &&
112+
aria2c -s16 -x16 -k1M https://github.com/cctv18/android_kernel_common_oneplus_sm8750/archive/refs/heads/oneplus/sm8750_v_16.0.0_oneplus_13_6.6.89.zip -o common.zip &&
113113
unzip -q common.zip &&
114-
mv "android_kernel_common_oneplus_sm8750-oneplus-sm8750_v_15.0.0_oneplus_13_global" common &&
114+
mv "android_kernel_common_oneplus_sm8750-oneplus-sm8750_v_16.0.0_oneplus_13_6.6.89" common &&
115115
rm -rf common.zip &
116116
117117
echo "正在克隆llvm-clang18工具链..." &&

local/builder_6.6.89.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ echo ">>> 初始化仓库..."
7373
rm -rf kernel_workspace
7474
mkdir kernel_workspace
7575
cd kernel_workspace
76-
git clone --depth=1 https://github.com/cctv18/android_kernel_common_oneplus_sm8750 -b oneplus/sm8750_v_15.0.0_oneplus_13_global common
76+
git clone --depth=1 https://github.com/cctv18/android_kernel_common_oneplus_sm8750 -b oneplus/sm8750_v_16.0.0_oneplus_13_6.6.89 common
7777
echo ">>> 初始化仓库完成"
7878

7979
# ===== 清除 abi 文件、去除 -dirty 后缀 =====

0 commit comments

Comments
 (0)