From 18ff80421c0077b938a93a70fc614ecbb908529f Mon Sep 17 00:00:00 2001 From: guylamar2006 Date: Fri, 18 Oct 2019 22:14:55 -0500 Subject: [PATCH] Resurrection Remix Pie Added Resurrection Remix Pie Option, --- build-dakkar.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build-dakkar.sh b/build-dakkar.sh index bb8bfee3..5f087fe0 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -56,6 +56,7 @@ ROM types: potato-pie rebellion-pie rr-oreo + rr-pie slim-oreo graphene9 graphene10 @@ -168,6 +169,14 @@ function get_rom_type() { extra_make_options="WITHOUT_CHECK_API=true" jack_enabled="true" ;; + rr-pie) + mainrepo="https://github.com/ResurrectionRemix/platform_manifest.git" + mainbranch="pie" + localManifestBranch="android-9.0" + treble_generate="rr" + extra_make_options="WITHOUT_CHECK_API=true" + jack_enabled="true" + ;; pixel81) mainrepo="https://github.com/PixelExperience/manifest.git" mainbranch="oreo-mr1"