From f2d6fc0ac19b67c72a170446cd3db6fece49e5f8 Mon Sep 17 00:00:00 2001 From: luigimak Date: Fri, 27 Mar 2026 19:16:19 +0100 Subject: [PATCH] Add OnePlus 15T OOS 16 support --- README.md | 1 + configs/oos16/OP15T.json | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 configs/oos16/OP15T.json diff --git a/README.md b/README.md index 5740725..0524800 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ Build OnePlus latest kernel for your device with KSUN/WildKSU/KSU + SusFS anytim # Devices list | Devices | OOS14 | OOS15 | OOS16 | | :--- | :---: | :---: | :---: | +| OP15T | | |✅| | OP15r | | |✅| | OP15 | | |✅| | OP13 | | |✅| diff --git a/configs/oos16/OP15T.json b/configs/oos16/OP15T.json new file mode 100644 index 0000000..6cfca7f --- /dev/null +++ b/configs/oos16/OP15T.json @@ -0,0 +1,20 @@ +{ + "model": "OP15T", + "soc": "canoe", + "branch": "wild/sm8850", + "manifest": "oneplus_15t_w.xml", + "android_version": "android16", + "kernel_version": "6.12", + "os_version": "OOS16", + "lto": "none", + "rust_build": true, + "disk_cleanup": true, + "hmbird": false, + "susfs": true, + "bbg": true, + "bbr": true, + "ttl": true, + "ip_set": true, + "unicode": true, + "uname": "OP-WILD" +}