Skip to content

Commit 39bf384

Browse files
committed
Rename CN and GLO to PJZ and CPH to reduce confusion
1 parent ebcca3c commit 39bf384

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-kernel-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)