From 7fe8cfb964834da4563d208ed2630dd05a9aada5 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Tue, 20 Aug 2019 11:49:26 +0200 Subject: [PATCH] Updated /e/ build branches New branches for /e/ system --- build-dakkar.sh | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index 8c4b3bcb..5e41352e 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -43,7 +43,8 @@ ROM types: aquarios carbon crdroid - e-0.2 + e-pie + e-oreo havoc komodo lineage151 @@ -112,13 +113,20 @@ function get_rom_type() { treble_generate="carbon" extra_make_options="WITHOUT_CHECK_API=true" ;; - e-0.2) + e-pie) mainrepo="https://gitlab.e.foundation/e/os/android/" - mainbranch="eelo-0.2" + mainbranch="v1-pie" localManifestBranch="android-9.0" treble_generate="lineage" extra_make_options="WITHOUT_CHECK_API=true" ;; + e-oreo) + mainrepo="https://gitlab.e.foundation/e/os/android/" + mainbranch="v1-oreo" + localManifestBranch="android-8.1" + treble_generate="lineage" + extra_make_options="WITHOUT_CHECK_API=true" + ;; lineage151) mainrepo="https://github.com/LineageOS/android.git" mainbranch="lineage-15.1"