File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments