Skip to content

Commit 3d415e2

Browse files
committed
Add OP11 OOS 16 support
1 parent 36cdfcc commit 3d415e2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

configs/oos16/OP11.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"model": "OP11",
3+
"soc": "kalama",
4+
"branch": "wild/sm8550",
5+
"manifest": "oneplus_11_w.xml",
6+
"android_version": "android13",
7+
"kernel_version": "5.15",
8+
"os_version": "OOS16",
9+
"disk_cleanup": false,
10+
"hmbird": false,
11+
"susfs": true,
12+
"bbg": true,
13+
"bbr": true,
14+
"ttl": true,
15+
"ip_set": true
16+
}

manifests/oos16/oneplus_11_w.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<manifest>
3+
<remote fetch="https://git.codelinaro.org/clo/la" name="clo-la"/>
4+
<default remote="clo-la" revision="dummy_revision" sync-c="true" sync-tags="false"/>
5+
<remote fetch="https://github.com/OnePlusOSS" name="origin"/>
6+
<project remote="origin" name="android_kernel_common_oneplus_sm8550" path="kernel_platform/common" revision="oneplus/sm8550_b_16.0.0_oneplus_11">
7+
<linkfile dest=".source_date_epoch_dir" src="."/>
8+
</project>
9+
<project remote="origin" name="android_kernel_modules_and_devicetree_oneplus_sm8550" path="./" revision="oneplus/sm8550_b_16.0.0_oneplus_11"/>
10+
<project remote="clo-la" name="kernel/prebuilts/build-tools" path="kernel_platform/prebuilts/kernel-build-tools" revision="a27755ba41db8a1487c7d2ac7d0da22ec5e593c7" upstream="refs/heads/ks-kernel.lnx.2.0.r1-rel"/>
11+
<project remote="clo-la" name="kernelplatform/prebuilts-master/clang/host/linux-x86" path="kernel_platform/prebuilts/clang/host/linux-x86" revision="c420e3ab93e51a2f2ab4f8e8b517463c34a7e8bd" upstream="refs/heads/ks-kernel.lnx.2.0.r1-rel"/>
12+
</manifest>

0 commit comments

Comments
 (0)