From c4d8788d67ac18b364c4503823ff531739e40b60 Mon Sep 17 00:00:00 2001 From: anayw2001 Date: Sun, 15 Jul 2018 20:50:41 -0700 Subject: [PATCH 1/2] #tipsyplz --- build-dakkar.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-dakkar.sh b/build-dakkar.sh index 77d19e00..cced2621 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -39,6 +39,7 @@ ROM types: aokp slim aex + tipsy Variants are dash-joined combinations of (in order): * processor type @@ -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" + ;; From 64f24958251d5c8364dadea60a5b9ed1ad5cceb0 Mon Sep 17 00:00:00 2001 From: Zadkiel Date: Sun, 23 Dec 2018 21:33:25 -0700 Subject: [PATCH 2/2] Update build-dakkar.sh remove trailing space Co-Authored-By: anayw2001 --- build-dakkar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index cced2621..c6b87597 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -147,7 +147,7 @@ function get_rom_type() { extra_make_options="WITHOUT_CHECK_API=true" ;; tipsy) - mainrepo="https://github.com/TipsyOs/platform_manifest.git " + mainrepo="https://github.com/TipsyOs/platform_manifest.git" mainbranch="8.1" localManifestBranch="android-8.1" treble_generate="tipsy"