diff --git a/build-dakkar.sh b/build-dakkar.sh index 63ba5809..8961ade0 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -35,6 +35,7 @@ ROM types: aosp80 aosp81 aosp90 + aospa carbon e-0.2 lineage151 @@ -97,6 +98,13 @@ function get_rom_type() { treble_generate="" extra_make_options="" ;; + aospa) + mainrepo="https://github.com/AOSPA/manifest.git" + mainbranch="pie" + localManifestBranch="android-9.0" + treble_generate="" + extra_make_options="" + ;; carbon) mainrepo="https://github.com/CarbonROM/android.git" mainbranch="cr-6.1"