From ae582ee0d304570a33ea2b72febac7147f7b6459 Mon Sep 17 00:00:00 2001 From: bzntm Date: Tue, 13 Aug 2019 12:27:19 +0700 Subject: [PATCH 1/5] Update base ROM Update ROM to Pie, why still stuck on oreo branch? --- build-dakkar.sh | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index a2fabfe9..6c362269 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -106,8 +106,8 @@ function get_rom_type() { ;; carbon) mainrepo="https://github.com/CarbonROM/android.git" - mainbranch="cr-6.1" - localManifestBranch="android-8.1" + mainbranch="cr-7.0" + localManifestBranch="android-9.0" treble_generate="carbon" extra_make_options="WITHOUT_CHECK_API=true" ;; @@ -134,8 +134,8 @@ function get_rom_type() { ;; rr) mainrepo="https://github.com/ResurrectionRemix/platform_manifest.git" - mainbranch="oreo" - localManifestBranch="android-8.1" + mainbranch="pie" + localManifestBranch="android-9.0" treble_generate="rr" extra_make_options="WITHOUT_CHECK_API=true" ;; @@ -155,29 +155,29 @@ function get_rom_type() { ;; crdroid) mainrepo="https://github.com/crdroidandroid/android.git" - mainbranch="8.1" - localManifestBranch="android-8.1" + mainbranch="9.0" + localManifestBranch="android-9.0" treble_generate="crdroid" extra_make_options="WITHOUT_CHECK_API=true" ;; mokee) mainrepo="https://github.com/MoKee/android.git" - mainbranch="mko-mr1" - localManifestBranch="android-8.1" + mainbranch="mkp" + localManifestBranch="android-9.0" treble_generate="mokee" extra_make_options="WITHOUT_CHECK_API=true" ;; aicp) mainrepo="https://github.com/AICP/platform_manifest.git" - mainbranch="o8.1" - localManifestBranch="android-8.1" + mainbranch="p9.0" + localManifestBranch="android-9.0" treble_generate="aicp" extra_make_options="WITHOUT_CHECK_API=true" ;; aokp) mainrepo="https://github.com/AOKP/platform_manifest.git" - mainbranch="oreo" - localManifestBranch="android-8.1" + mainbranch="pie" + localManifestBranch="android-9.0" treble_generate="aokp" extra_make_options="WITHOUT_CHECK_API=true" ;; @@ -190,8 +190,8 @@ function get_rom_type() { ;; slim) mainrepo="https://github.com/SlimRoms/platform_manifest.git" - mainbranch="or8.1" - localManifestBranch="android-8.1" + mainbranch="9.0" + localManifestBranch="android-9.0" treble_generate="slim" extra_make_options="WITHOUT_CHECK_API=true" ;; From 80ee1947e451925614139809af501071413f7fd1 Mon Sep 17 00:00:00 2001 From: bzntm Date: Tue, 13 Aug 2019 12:33:25 +0700 Subject: [PATCH 2/5] Add AOSP Flag --- build-dakkar.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index 6c362269..0d0251f9 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -87,21 +87,21 @@ function get_rom_type() { mainrepo="https://android.googlesource.com/platform/manifest.git" mainbranch="android-vts-8.0_r4" localManifestBranch="master" - treble_generate="" + treble_generate="aosp" extra_make_options="" ;; aosp81) mainrepo="https://android.googlesource.com/platform/manifest.git" mainbranch="android-8.1.0_r48" localManifestBranch="android-8.1" - treble_generate="" + treble_generate="aosp" extra_make_options="" ;; aosp90) mainrepo="https://android.googlesource.com/platform/manifest.git" mainbranch="android-9.0.0_r21" localManifestBranch="android-9.0" - treble_generate="" + treble_generate="aosp" extra_make_options="" ;; carbon) From 740dcc8e7a7411134598b8d3481122c02494e321 Mon Sep 17 00:00:00 2001 From: bzntm Date: Tue, 13 Aug 2019 12:39:18 +0700 Subject: [PATCH 3/5] Add Android Q --- build-dakkar.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-dakkar.sh b/build-dakkar.sh index 0d0251f9..050dee51 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -36,6 +36,7 @@ ROM types: aosp80 aosp81 aosp90 + qbeta carbon e-0.2 lineage151 @@ -104,6 +105,13 @@ function get_rom_type() { treble_generate="aosp" extra_make_options="" ;; + qbeta) + mainrepo="https://android.googlesource.com/platform/manifest.git" + mainbranch="android-q-preview-6" + localManifestBranch="android-9.0" + treble_generate="aosp" + extra_make_options="" + ;; carbon) mainrepo="https://github.com/CarbonROM/android.git" mainbranch="cr-7.0" From 3fafbaefb491f4da5ef9ba0b48f2eddbfcdae939 Mon Sep 17 00:00:00 2001 From: bzntm Date: Tue, 10 Sep 2019 11:20:26 +0700 Subject: [PATCH 4/5] Update build-dakkar.sh --- build-dakkar.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index 050dee51..303ea015 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -36,7 +36,7 @@ ROM types: aosp80 aosp81 aosp90 - qbeta + aosp10 carbon e-0.2 lineage151 @@ -105,10 +105,10 @@ function get_rom_type() { treble_generate="aosp" extra_make_options="" ;; - qbeta) + aosp10) mainrepo="https://android.googlesource.com/platform/manifest.git" - mainbranch="android-q-preview-6" - localManifestBranch="android-9.0" + mainbranch="android-10.0.0_r2" + localManifestBranch="android-10" treble_generate="aosp" extra_make_options="" ;; From 50fe2873aa94a01c7c2b3774163acafeb5946f5b Mon Sep 17 00:00:00 2001 From: bzntm Date: Fri, 13 Sep 2019 09:56:25 +0700 Subject: [PATCH 5/5] Add GrapheneOS GrapheneOS is an open source privacy and security focused mobile OS with Android app compatibility. And also, please add Android 10.0 branch --- build-dakkar.sh | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/build-dakkar.sh b/build-dakkar.sh index 303ea015..fb897295 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -55,6 +55,8 @@ ROM types: rebellion aquarios aosmp + graphene9 + graphene10 Variants are dash-joined combinations of (in order): * processor type @@ -108,7 +110,7 @@ function get_rom_type() { aosp10) mainrepo="https://android.googlesource.com/platform/manifest.git" mainbranch="android-10.0.0_r2" - localManifestBranch="android-10" + localManifestBranch="android-10.0" treble_generate="aosp" extra_make_options="" ;; @@ -237,6 +239,18 @@ function get_rom_type() { localManifestBranch="android-9.0" treble_generate="aosmp" extra_make_options="WITHOUT_CHECK_API=true" + graphene9) + mainrepo="https://github.com/GrapheneOS/platform_manifest.git" + mainbranch="pie" + localManifestBranch="android-9.0" + treble_generate="graphene" + extra_make_options="WITHOUT_CHECK_API=true" + graphene10) + mainrepo="https://github.com/GrapheneOS/platform_manifest.git" + mainbranch="10" + localManifestBranch="android-10.0" + treble_generate="graphene" + extra_make_options="WITHOUT_CHECK_API=true" esac shift done