summaryrefslogtreecommitdiffstats
path: root/packaging/android/build.sh
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2018-12-06 13:13:47 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-22 12:54:18 +1300
commit97178896d1ecae278eb01d5f62bdc4520d885477 (patch)
tree0e2fdb445892948cb3f208fcabff44e43dbc7023 /packaging/android/build.sh
parentad7f4e8656e267fe7aaa296b84dc6adb7be2998d (diff)
downloadsubsurface-97178896d1ecae278eb01d5f62bdc4520d885477.tar.gz
Android build: buildtools version is automatically detected
With commit 0d8fc7ef970e of qt-android-cmake, the buildtools version is automatically detected. So do not try to pass it any more, as this breaks the build. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'packaging/android/build.sh')
-rwxr-xr-xpackaging/android/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh
index 99c33b1bc..81db27488 100755
--- a/packaging/android/build.sh
+++ b/packaging/android/build.sh
@@ -416,7 +416,6 @@ cmake $MOBILE_CMAKE \
-DFTDISUPPORT=${FTDI} \
-DANDROID_NATIVE_LIBSSL="$BUILDROOT/ndk-$ARCH/sysroot/usr/lib/libssl.so" \
-DANDROID_NATIVE_LIBCRYPT="$BUILDROOT/ndk-$ARCH/sysroot/usr/lib/libcrypto.so" \
- -DBUILDTOOLS_REVISION="$ANDROID_BUILDTOOLS_REVISION" \
-DCMAKE_MAKE_PROGRAM="make" \
"$SUBSURFACE_SOURCE"