From aa2458be0a315b0013cdaf71c38f1737ba5987fb Mon Sep 17 00:00:00 2001 From: LouisG1977 Date: Tue, 6 Aug 2019 08:39:34 -0600 Subject: [PATCH 1/2] Add MSM-Xtended --- build-dakkar.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index 8c4b3bcb..8acf92a4 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -55,6 +55,8 @@ ROM types: rebellion rr slim + xtended + Variants are dash-joined combinations of (in order): * processor type @@ -237,7 +239,14 @@ function get_rom_type() { localManifestBranch="android-9.0" treble_generate="aosmp" extra_make_options="WITHOUT_CHECK_API=true" - esac + ;; + xtended) + mainrepo="https://github.com/Xtended-Pie/manifest.git" + mainbranch="xp" + localManifestBranch="android-9.0" + treble_generate="xtended" + extra_make_options="WITHOUT_CHECK_API=true" + esac shift done } From d5710bf976604071b0b164cda387f4b6c17a6b94 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 13 Aug 2019 21:42:38 -0600 Subject: [PATCH 2/2] Adapt for Project-Xtended --- build-dakkar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index 8acf92a4..d290606b 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -241,7 +241,7 @@ function get_rom_type() { extra_make_options="WITHOUT_CHECK_API=true" ;; xtended) - mainrepo="https://github.com/Xtended-Pie/manifest.git" + mainrepo="https://github.com/Project-Xtended/manifest.git" mainbranch="xp" localManifestBranch="android-9.0" treble_generate="xtended"