Skip to content

Commit

Permalink
Merge pull request #641 from Celemo/patch-1
Browse files Browse the repository at this point in the history
Updated /e/ build branches
  • Loading branch information
phhusson authored Aug 20, 2019
2 parents 3af30f7 + 7fe8cfb commit 741232b
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions build-dakkar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ ROM types:
aquarios
carbon
crdroid
e-0.2
e-pie
e-oreo
havoc
komodo
lineage151
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 741232b

Please sign in to comment.