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

Commit 9a54d97

Browse files
committed
Add /e/
1 parent 7f1d148 commit 9a54d97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build-dakkar.sh

+8
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ROM types:
3636
aosp81
3737
aosp90
3838
carbon
39+
e-0.2
3940
lineage151
4041
lineage160
4142
rr
@@ -99,6 +100,13 @@ function get_rom_type() {
99100
treble_generate="carbon"
100101
extra_make_options="WITHOUT_CHECK_API=true"
101102
;;
103+
e-0.2)
104+
mainrepo="https://gitlab.e.foundation/e/os/android/"
105+
mainbranch="eelo-0.2"
106+
localManifestBranch="android-9.0"
107+
treble_generate="lineage"
108+
extra_make_options="WITHOUT_CHECK_API=true"
109+
;;
102110
lineage151)
103111
mainrepo="https://github.com/LineageOS/android.git"
104112
mainbranch="lineage-15.1"

0 commit comments

Comments
 (0)