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

Commit a5e1b28

Browse files
Dil3mm4phhusson
authored andcommitted
script: fixing typo; adding more roms (#74)
* script: fixing typo; adding more roms
1 parent 1e5707a commit a5e1b28

1 file changed

Lines changed: 61 additions & 1 deletion

File tree

build-dakkar.sh

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ ROM types:
3131
carbon
3232
lineage
3333
rr
34+
pixel
35+
crdroid
36+
mokee
37+
aicp
38+
aokp
39+
slim
40+
aex
3441
3542
Variants are dash-joined combinations of (in order):
3643
* processor type
@@ -76,7 +83,7 @@ function get_rom_type() {
7683
;;
7784
lineage)
7885
mainrepo="https://github.com/LineageOS/android.git"
79-
mainbranch="lineage-5.1"
86+
mainbranch="lineage-15.1"
8087
localManifestBranch="android-8.1"
8188
treble_generate="lineage"
8289
extra_make_options="WITHOUT_CHECK_API=true"
@@ -88,6 +95,59 @@ function get_rom_type() {
8895
treble_generate="rr"
8996
extra_make_options="WITHOUT_CHECK_API=true"
9097
;;
98+
pixel)
99+
mainrepo="https://github.com/PixelExperience/manifest"
100+
mainbranch="oreo-mr1"
101+
localManifestBranch="android-8.1"
102+
treble_generate="pixel"
103+
extra_make_options="WITHOUT_CHECK_API=true"
104+
;;
105+
crdroid)
106+
mainrepo="https://github.com/crdroidandroid/android"
107+
mainbranch="8.1"
108+
localManifestBranch="android-8.1"
109+
treble_generate="crdroid"
110+
extra_make_options="WITHOUT_CHECK_API=true"
111+
;;
112+
mokee)
113+
mainrepo="https://github.com/MoKee/android.git"
114+
mainbranch="mko-mr1"
115+
localManifestBranch="android-8.1"
116+
treble_generate="mokee"
117+
extra_make_options="WITHOUT_CHECK_API=true"
118+
;;
119+
aicp)
120+
mainrepo="https://github.com/AICP/platform_manifest.git"
121+
mainbranch="o8.1"
122+
localManifestBranch="android-8.1"
123+
treble_generate="aicp"
124+
extra_make_options="WITHOUT_CHECK_API=true"
125+
;;
126+
aokp)
127+
mainrepo="https://github.com/AOKP/platform_manifest.git"
128+
mainbranch="oreo"
129+
localManifestBranch="android-8.1"
130+
treble_generate="aokp"
131+
extra_make_options="WITHOUT_CHECK_API=true"
132+
;;
133+
aex)
134+
mainrepo="https://github.com/AospExtended/manifest.git"
135+
mainbranch="8.1.x"
136+
localManifestBranch="android-8.1"
137+
treble_generate="aex"
138+
extra_make_options="WITHOUT_CHECK_API=true"
139+
;;
140+
slim)
141+
mainrepo="git://github.com/SlimRoms/platform_manifest.git "
142+
mainbranch="or8.1"
143+
localManifestBranch="android-8.1"
144+
treble_generate="slim"
145+
extra_make_options="WITHOUT_CHECK_API=true"
146+
;;
147+
148+
149+
150+
91151
esac
92152
shift
93153
done

0 commit comments

Comments
 (0)