File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -315,7 +315,7 @@ runs:
315315 else
316316 echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
317317 fi
318- if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13-CN " ] || [ "${{ inputs.model }}" == "OP13-GLO " ]; then
318+ if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13-PJZ " ] || [ "${{ inputs.model }}" == "OP13-CPH " ]; then
319319 echo "Patching hmbird!"
320320 echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
321321 patch -p1 -F 3 < "../../../kernel_patches/oneplus/hmbird/hmbird_kernel_patch.patch"
@@ -324,7 +324,7 @@ runs:
324324 rm -rf ext.c ext.h build_policy.c slim.h slim_sysctl.c
325325 patch -p1 -F 3 < "../../../../../kernel_patches/oneplus/hmbird/hmbird_files_patch.patch"
326326 else
327- echo "Not OPAce5Pro / OP13-CN / OP13-GLO , skipping fengchi patch"
327+ echo "Not OPAce5Pro / OP13-PJZ / OP13-CPH , skipping fengchi patch"
328328 fi
329329
330330 - name : Apply KSUN Hooks
@@ -571,7 +571,7 @@ runs:
571571 cd "$GITHUB_WORKSPACE/AnyKernel3"
572572
573573 # Optional hmbird patch logic
574- if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13-CN " ] || [ "${{ inputs.model }}" == "OP13-GLO " ]; then
574+ if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13-PJZ " ] || [ "${{ inputs.model }}" == "OP13-CPH " ]; then
575575 cp "$GITHUB_WORKSPACE/kernel_patches/oneplus/hmbird/bins/"* ./tools/ 2>/dev/null || true
576576 patch -F 3 < "$GITHUB_WORKSPACE/kernel_patches/oneplus/hmbird/ak3_hmbird_patch.patch"
577577 fi
Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ jobs:
6363 manifest : oneplus_11_v.xml
6464 android_version : android13
6565 kernel_version : ' 5.15'
66- - model : OP13-CN
66+ - model : OP13-PJZ
6767 soc : sun
6868 branch : oneplus/sm8750
6969 manifest : oneplus_13.xml
7070 android_version : android15
7171 kernel_version : ' 6.6'
72- - model : OP13-GLO
72+ - model : OP13-CPH
7373 soc : sun
7474 branch : oneplus/sm8750
7575 manifest : oneplus_13_global.xml
You can’t perform that action at this time.
0 commit comments