From 97178896d1ecae278eb01d5f62bdc4520d885477 Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Thu, 6 Dec 2018 13:13:47 +0100 Subject: 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 --- packaging/android/build.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'packaging/android') 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" -- cgit v1.2.3-70-g09d2