Skip to content

Commit

Permalink
Add /e/
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Sep 18, 2018
1 parent 7f1d148 commit 9a54d97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-dakkar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ROM types:
aosp81
aosp90
carbon
e-0.2
lineage151
lineage160
rr
Expand Down Expand Up @@ -99,6 +100,13 @@ function get_rom_type() {
treble_generate="carbon"
extra_make_options="WITHOUT_CHECK_API=true"
;;
e-0.2)
mainrepo="https://gitlab.e.foundation/e/os/android/"
mainbranch="eelo-0.2"
localManifestBranch="android-9.0"
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 9a54d97

Please sign in to comment.