Skip to content

Commit 80a8bc3

Browse files
luigimakfatalcoder524
authored andcommitted
Add OnePlus Pad 4 OOS16 support
1 parent ede054b commit 80a8bc3

3 files changed

Lines changed: 50 additions & 0 deletions

File tree

.github/workflows/clean-up.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ on:
7373
- OP-ACE
7474
# OnePlus Tablets & Others
7575
- OP-OPEN
76+
- OP-PAD-4
7677
- OP-PAD-3-PRO
7778
- OP-PAD-3-SM8750
7879
- OP-PAD-3-MT6897

configs/oos16/OP-PAD-4.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"model": "OP-PAD-4",
3+
"soc": "canoe",
4+
"branch": "wild/sm8850",
5+
"manifest": "oneplus_pad_4_w.xml",
6+
"android_version": "android16",
7+
"kernel_version": "6.12",
8+
"os_version": "OOS16",
9+
"lto": "none",
10+
"zyc_compiler": "",
11+
"c_compiler": "kernel_platform/prebuilts/clang/host/linux-x86/clang-r536225/bin",
12+
"rust_compiler": "kernel_platform/prebuilts/rust/linux-x86/1.82.0/bin",
13+
"bindgen": "",
14+
"rust_build": true,
15+
"disk_cleanup": true,
16+
"hmbird": false,
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
<default remote="clo-la" revision="dummy_revision" sync-c="true" sync-tags="false"/>
7+
<project remote="wild" name="AnyKernel3" path="AnyKernel3" revision="d1ebdc2002c557ceff9939afc3098eb88916f464"/>
8+
9+
<project remote="origin" name="android_kernel_common_oneplus_sm8850" path="kernel_platform/common" revision="oneplus/sm8850_b_16.0_pad_4" clone-depth="1">
10+
<linkfile dest="kernel_platform/.source_date_epoch_dir" src="."/>
11+
</project>
12+
13+
<project remote="origin" name="android_kernel_modules_and_devicetree_oneplus_sm8850" path="./" revision="oneplus/sm8850_b_16.0_pad_4" clone-depth="1"/>
14+
15+
<project remote="clo-la" name="kernel/prebuilts/build-tools" path="kernel_platform/prebuilts/kernel-build-tools" revision="4ba19a61c7a0d63603e0d1c84eb2b610bff706a4" upstream="refs/heads/ks-kernel.lnx.5.0.r3-rel" groups="ddk">
16+
<linkfile dest="kernel_platform/build/prebuilts/kernel-build-tools" src="."/>
17+
</project>
18+
<project remote="clo-la" name="kernelplatform/prebuilts-master/clang/host/linux-x86" path="kernel_platform/prebuilts/clang/host/linux-x86" revision="e6e84a60b1b4b68ee7de5a66fa63fc95fe9fe131" upstream="refs/heads/ks-kernel.lnx.5.0.r3-rel" groups="ddk"/>
19+
<project remote="clo-la" name="kernel_platform/prebuilts/rust" path="kernel_platform/prebuilts/rust" revision="6ff98fecc15373d056564f1ad13508f812d90fa9" upstream="refs/heads/ks-kernel.lnx.5.0.r3-rel" groups="ddk"/>
20+
<project remote="clo-la" name="kernel_platform/prebuilts/clang-tools" path="kernel_platform/prebuilts/clang-tools" revision="8d2e8177f56ed0543cc8866ecad6f9f32f25fffe" upstream="refs/heads/ks-kernel.lnx.5.0.r3-rel" groups="ddk">
21+
<linkfile dest="kernel_platform/build/prebuilts/clang-tools" src="."/>
22+
</project>
23+
</manifest>

0 commit comments

Comments
 (0)