File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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工具链..." &&
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ echo ">>> 初始化仓库..."
7373rm -rf kernel_workspace
7474mkdir kernel_workspace
7575cd 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
7777echo " >>> 初始化仓库完成"
7878
7979# ===== 清除 abi 文件、去除 -dirty 后缀 =====
You can’t perform that action at this time.
0 commit comments