summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2015-12-31 13:03:30 +0100
committerjandegr <jandegr@users.noreply.github.com>2015-12-31 13:03:30 +0100
commit4d5f50931b14f7b965f6259fb7a13e484eb371d6 (patch)
tree596f6c429eeb47757028928eef4dab6a3dccef62
parent9b3bcb5d62984978a31a3b52fd6d297fc72a4a74 (diff)
downloadnavit-4d5f50931b14f7b965f6259fb7a13e484eb371d6.tar.gz
Update build_android_x86.sh
-rw-r--r--ci/build_android_x86.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build_android_x86.sh b/ci/build_android_x86.sh
index 4a45edae8..6d2a5ed7d 100644
--- a/ci/build_android_x86.sh
+++ b/ci/build_android_x86.sh
@@ -1,3 +1,3 @@
mkdir android-x86 && cd android-x86
-cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain/i686-android.cmake -DANDROID_API_VERSION=19 -DDISABLE_CXX=1 -DDISABLE_QT=1 ../ || exit -1
+cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain/i686-android.cmake -DSAMPLE_MAP=n -DBUILD_MAPTOOL=n -DANDROID_API_VERSION=19 -DDISABLE_CXX=1 -DDISABLE_QT=1 ../ || exit -1
make || exit -1