Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions build-dakkar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ROM types:
aokp
slim
aex
tipsy

Variants are dash-joined combinations of (in order):
* processor type
Expand Down Expand Up @@ -145,6 +146,13 @@ function get_rom_type() {
treble_generate="slim"
extra_make_options="WITHOUT_CHECK_API=true"
;;
tipsy)
mainrepo="https://github.com/TipsyOs/platform_manifest.git "
mainbranch="8.1"
localManifestBranch="android-8.1"
treble_generate="tipsy"
extra_make_options="WITHOUT_CHECK_API=true"
;;



Expand Down