Skip to content

Commit d16adc9

Browse files
committed
Add OP13r
1 parent b958a3d commit d16adc9

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/actions/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ runs:
209209
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
210210
fi
211211
212-
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP12" ]; then
212+
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP13r" ] || [ "${{ inputs.model }}" == "OP12" ]; then
213213
echo "Patching hmdird!"
214214
curl -Ls https://raw.githubusercontent.com/Numbersf/Action-Build/refs/heads/SukiSU-Ultra/patches/hmbird_patch.patch | patch -p1 -F 3 --verbose
215215
echo "Patching hmbird files!"
@@ -392,7 +392,7 @@ runs:
392392
echo "Navigating to AnyKernel3 directory..."
393393
cd ../AnyKernel3
394394
395-
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP12" ]; then
395+
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP13r" ] || [ "${{ inputs.model }}" == "OP12" ]; then
396396
curl -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/ak3_hmbird_patch.patch | patch -F 3
397397
fi
398398

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ jobs:
178178
manifest: oneplus12_v.xml
179179
android_version: android14
180180
kernel_version: "6.1"
181-
# - model: OP13r
182-
# soc: pineapple
183-
# branch: oneplus/sm8650
184-
# manifest: oneplus_13r.xml
185-
# android_version: android14
186-
# kernel_version: "6.1"
181+
- model: OP13r
182+
soc: pineapple
183+
branch: oneplus/sm8650
184+
manifest: oneplus_13r.xml
185+
android_version: android14
186+
kernel_version: "6.1"
187187
# - model: OP-ACE-5
188188
# soc: pineapple
189189
# branch: oneplus/sm8650

0 commit comments

Comments
 (0)