summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2019-06-02 12:09:58 +0100
committerdakkar <dakkar@thenautilus.net>2019-06-02 12:09:58 +0100
commitd40e96a8012d846fe063f16970f3491d7de74b5f (patch)
tree4b09c6d22ae1892313bd54ec4006aeaa29ee9ddc /build.sh
parentcopy from phh: avoid duplicate exfat component (diff)
downloaddakkar-android-huawei-m5-d40e96a8012d846fe063f16970f3491d7de74b5f.tar.gz
dakkar-android-huawei-m5-d40e96a8012d846fe063f16970f3491d7de74b5f.tar.bz2
dakkar-android-huawei-m5-d40e96a8012d846fe063f16970f3491d7de74b5f.zip
build Android 9 / Lineage 16
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/