Skip to content

Commit

Permalink
Add Potato Project (untested)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Aug 4, 2019
1 parent 5211e9e commit e1b80bb
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 @@ -51,6 +51,7 @@ ROM types:
mokee
pixel81
pixel90
potato
rebellion
rr
slim
Expand Down Expand Up @@ -153,6 +154,13 @@ function get_rom_type() {
treble_generate="pixel"
extra_make_options="WITHOUT_CHECK_API=true"
;;
potato)
mainrepo="https://github.com/PotatoProject/manifest.git"
mainbranch="baked-release"
localManifestBranch="android-9.0"
treble_generate="potato"
extra_make_options="WITHOUT_CHECK_API=true"
;;
crdroid)
mainrepo="https://github.com/crdroidandroid/android.git"
mainbranch="8.1"
Expand Down

0 comments on commit e1b80bb

Please sign in to comment.