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

Commit e1b80bb

Browse files
committed
Add Potato Project (untested)
1 parent 5211e9e commit e1b80bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build-dakkar.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ROM types:
5151
mokee
5252
pixel81
5353
pixel90
54+
potato
5455
rebellion
5556
rr
5657
slim
@@ -153,6 +154,13 @@ function get_rom_type() {
153154
treble_generate="pixel"
154155
extra_make_options="WITHOUT_CHECK_API=true"
155156
;;
157+
potato)
158+
mainrepo="https://github.com/PotatoProject/manifest.git"
159+
mainbranch="baked-release"
160+
localManifestBranch="android-9.0"
161+
treble_generate="potato"
162+
extra_make_options="WITHOUT_CHECK_API=true"
163+
;;
156164
crdroid)
157165
mainrepo="https://github.com/crdroidandroid/android.git"
158166
mainbranch="8.1"

0 commit comments

Comments
 (0)