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" +}