summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2015-12-31 13:01:06 +0100
committerjandegr <jandegr@users.noreply.github.com>2015-12-31 13:01:06 +0100
commit9b3bcb5d62984978a31a3b52fd6d297fc72a4a74 (patch)
tree32c08aeb9faa96867e90f1b722846314f9121ad7 /ci
parent03d7a5cd76b87cfac18967d2560a82a9c12cdbf3 (diff)
downloadnavit-9b3bcb5d62984978a31a3b52fd6d297fc72a4a74.tar.gz
Update build_android_x86.sh
Diffstat (limited to 'ci')
-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 5e1dde1fb..4a45edae8 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=9 -DDISABLE_CXX=1 -DDISABLE_QT=1 ../ || exit -1
+cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain/i686-android.cmake -DANDROID_API_VERSION=19 -DDISABLE_CXX=1 -DDISABLE_QT=1 ../ || exit -1
make || exit -1