diff --git a/build-dakkar.sh b/build-dakkar.sh index ad12bdc3..ecf8c809 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -56,6 +56,8 @@ ROM types: rebellion rr slim + xtended + Variants are dash-joined combinations of (in order): * processor type @@ -245,7 +247,14 @@ function get_rom_type() { localManifestBranch="android-9.0" treble_generate="aosmp" extra_make_options="WITHOUT_CHECK_API=true" - esac + ;; + xtended) + mainrepo="https://github.com/Project-Xtended/manifest.git" + mainbranch="xp" + localManifestBranch="android-9.0" + treble_generate="xtended" + extra_make_options="WITHOUT_CHECK_API=true" + esac shift done }