Skip to content

Commit d5e14b2

Browse files
authored
Add OnePlus Nord 6 OOS 16 support (WildKernels#217)
1 parent 3340564 commit d5e14b2

3 files changed

Lines changed: 42 additions & 1 deletion

File tree

.github/workflows/clean-up.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ on:
4646
- OP10t
4747
- OP10r
4848
# OnePlus Nord Series
49-
- OP-Nord-5
49+
- OP-NORD-6
50+
- OP-NORD-5
5051
- OP-NORD-4
5152
- OP-NORD-3
5253
- OP-NORD-4-CE

configs/oos16/OP-NORD-6.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": "OP-NORD-6",
3+
"soc": "sm8sg4",
4+
"branch": "wild/sm8735",
5+
"manifest": "oneplus_nord_6_w.xml",
6+
"android_version": "android15",
7+
"kernel_version": "6.6",
8+
"os_version": "OOS16",
9+
"lto": "thin",
10+
"zyc_compiler": "",
11+
"c_compiler": "kernel_platform/prebuilts/clang/host/linux-x86/clang-r510928/bin",
12+
"rust_compiler": "",
13+
"bindgen": "",
14+
"rust_build": false,
15+
"disk_cleanup": false,
16+
"hmbird": true,
17+
"susfs": true,
18+
"ds": true,
19+
"bbg": true,
20+
"bbr": true,
21+
"ttl": true,
22+
"ip_set": true,
23+
"unicode": true,
24+
"ntsync": true,
25+
"uname": "OP-WILD"
26+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<manifest>
3+
<remote fetch="https://git.codelinaro.org/clo/la" name="clo-la"/>
4+
<remote fetch="https://github.com/OnePlusOSS" name="origin"/>
5+
<remote fetch="https://github.com/WildKernels" name="wild"/>
6+
<project remote="wild" name="AnyKernel3" path="AnyKernel3" revision="d1ebdc2002c557ceff9939afc3098eb88916f464"/>
7+
<default remote="clo-la" revision="dummy_revision" sync-c="true" sync-tags="false"/>
8+
<project remote="origin" name="android_kernel_common_oneplus_sm8735" path="kernel_platform/common" revision="oneplus/sm8735_b_16.0.0_nord_6">
9+
<linkfile dest="kernel_platform/.source_date_epoch_dir" src="."/>
10+
</project>
11+
<project remote="origin" name="android_kernel_modules_and_devicetree_oneplus_sm8735" path="./" revision="oneplus/sm8735_b_16.0.0_nord_6"/>
12+
<project remote="clo-la" name="kernel/prebuilts/build-tools" path="kernel_platform/prebuilts/kernel-build-tools" revision="434f141b6d22a773a163fa9c707b19b4d254d989" upstream="refs/heads/ks-kernel.lnx.4.0.r1-rel" groups="ddk"/>
13+
<project remote="clo-la" name="kernelplatform/prebuilts-master/clang/host/linux-x86" path="kernel_platform/prebuilts/clang/host/linux-x86" revision="b099698c583b8361ca771f3cc8d6af6f729f39b3" upstream="refs/heads/ks-kernel.lnx.4.0.r1-rel" groups="ddk"/>
14+
</manifest>

0 commit comments

Comments
 (0)