From d40e96a8012d846fe063f16970f3491d7de74b5f Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 2 Jun 2019 12:09:58 +0100 Subject: build Android 9 / Lineage 16 --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 31b180c..0656ec1 100644 --- a/build.sh +++ b/build.sh @@ -31,12 +31,12 @@ function init_repo() { rm -rf .repo/local_manifests/ rm -rf dakkar-patches/ rm -rf patches/ - repo init -u https://github.com/LineageOS/android.git -b lineage-15.1 + repo init -u https://github.com/LineageOS/android.git -b lineage-16.0 } function setup_code() { # manifests - clone_or_checkout .repo/local_manifests https://github.com/phhusson/treble_manifest android-8.1 + clone_or_checkout .repo/local_manifests https://github.com/phhusson/treble_manifest android-9.0 cp "$thisdir"/manifest/dakkar.xml .repo/local_manifests/ rm -f .repo/local_manifests/replace.xml @@ -47,7 +47,7 @@ function setup_code() { fi # patches - clone_or_checkout patches https://github.com/phhusson/treble_patches android-8.1 + clone_or_checkout patches https://github.com/phhusson/treble_patches android-9.0 mkdir -p dakkar-patches/ cp -a "$thisdir"/patches dakkar-patches/ -- cgit v1.2.3