summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh6
1 files 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/