Skip to content

Commit c0d7412

Browse files
Add Support for OnePlus 12r and fix wrong android version for OnePlus 11r (WildKernels#28)
* Add OnePlus 12r Support * Fix Android Version for OnePlus 11r from android13 to android12
1 parent 7ad0f43 commit c0d7412

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
soc: waipio
4141
branch: oneplus/sm8475
4242
manifest: oneplus_11r_v.xml
43-
android_version: android13
43+
android_version: android12
4444
kernel_version: "5.10"
4545
- model: OP-OPEN
4646
soc: kalama
@@ -72,6 +72,12 @@ jobs:
7272
manifest: oneplus_ace2pro_v.xml
7373
android_version: android13
7474
kernel_version: "5.15"
75+
- model: OP12r
76+
soc: kalama
77+
branch: oneplus/sm8550
78+
manifest: oneplus_12r_v.xml
79+
android_version: android13
80+
kernel_version: "5.15"
7581
uses: ./.github/workflows/build.yml
7682
secrets: inherit
7783
with:

0 commit comments

Comments
 (0)