Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 741232b

Browse files
authored
Merge pull request #641 from Celemo/patch-1
Updated /e/ build branches
2 parents 3af30f7 + 7fe8cfb commit 741232b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

build-dakkar.sh

+11-3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ ROM types:
4343
aquarios
4444
carbon
4545
crdroid
46-
e-0.2
46+
e-pie
47+
e-oreo
4748
havoc
4849
komodo
4950
lineage151
@@ -112,13 +113,20 @@ function get_rom_type() {
112113
treble_generate="carbon"
113114
extra_make_options="WITHOUT_CHECK_API=true"
114115
;;
115-
e-0.2)
116+
e-pie)
116117
mainrepo="https://gitlab.e.foundation/e/os/android/"
117-
mainbranch="eelo-0.2"
118+
mainbranch="v1-pie"
118119
localManifestBranch="android-9.0"
119120
treble_generate="lineage"
120121
extra_make_options="WITHOUT_CHECK_API=true"
121122
;;
123+
e-oreo)
124+
mainrepo="https://gitlab.e.foundation/e/os/android/"
125+
mainbranch="v1-oreo"
126+
localManifestBranch="android-8.1"
127+
treble_generate="lineage"
128+
extra_make_options="WITHOUT_CHECK_API=true"
129+
;;
122130
lineage151)
123131
mainrepo="https://github.com/LineageOS/android.git"
124132
mainbranch="lineage-15.1"

0 commit comments

Comments
 (0)