diff --git a/build-dakkar.sh b/build-dakkar.sh index 804a49b4..ef3f73f1 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -47,6 +47,7 @@ ROM types: aicp aokp aex + tipsy slim havoc @@ -188,6 +189,13 @@ function get_rom_type() { treble_generate="slim" extra_make_options="WITHOUT_CHECK_API=true" ;; + tipsy) + mainrepo="https://github.com/TipsyOs/platform_manifest.git" + mainbranch="8.1" + localManifestBranch="android-8.1" + treble_generate="tipsy" + extra_make_options="WITHOUT_CHECK_API=true" + ;; havoc) mainrepo="https://github.com/Havoc-OS/android_manifest.git" mainbranch="pie"