summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-08-18 14:03:46 -0400
committerKonstantin Käfer <mail@kkaefer.com>2015-08-19 11:33:23 -0400
commit4f6ec93c193e3f91effbac1415487e9bfb3dec9e (patch)
tree82a231c6d52dc2e1eff0bcc7bb6230f28f703b61
parentfa18f1afd0f2c736e09ffc8989548fdc0bafdf3c (diff)
downloadqtlocation-mapboxgl-4f6ec93c193e3f91effbac1415487e9bfb3dec9e.tar.gz
build only the requested Android architecture
[skip ci]
-rwxr-xr-xscripts/android/run.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/android/run.sh b/scripts/android/run.sh
index 9447bdb7a5..927735bb70 100755
--- a/scripts/android/run.sh
+++ b/scripts/android/run.sh
@@ -17,10 +17,10 @@ mkdir -p ./android/java/MapboxGLAndroidSDKTestApp/src/main/res/raw
echo "${MAPBOX_ACCESS_TOKEN}" > ./android/java/MapboxGLAndroidSDKTestApp/src/main/res/raw/token.txt
mapbox_time "compile_library" \
-make android-lib-${ANDROID_ABI} -j${JOBS} BUILDTYPE=${BUILDTYPE}
+make android-lib HOST_VERSION=${ANDROID_ABI} -j${JOBS} BUILDTYPE=${BUILDTYPE}
mapbox_time "build_apk" \
-make android -j${JOBS} BUILDTYPE=${BUILDTYPE}
+make android HOST_VERSION=${ANDROID_ABI} -j${JOBS} BUILDTYPE=${BUILDTYPE}
################################################################################
# Deploy