summaryrefslogtreecommitdiff
path: root/android/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-03 17:06:23 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 11:54:01 +0100
commitb35857e4a93bc72bf8ed0f7b7c596697a78cdddc (patch)
tree9982172b8b39e646c89a9eca4ec6abf95b016059 /android/scripts
parentc160b19fcf3c6142dd89a49ac5d80c88b6ccd38a (diff)
downloadqtlocation-mapboxgl-b35857e4a93bc72bf8ed0f7b7c596697a78cdddc.tar.gz
run correct arch build
Diffstat (limited to 'android/scripts')
-rwxr-xr-xandroid/scripts/run-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/scripts/run-build.sh b/android/scripts/run-build.sh
index 1049c82c14..a993cbdbd7 100755
--- a/android/scripts/run-build.sh
+++ b/android/scripts/run-build.sh
@@ -34,6 +34,7 @@ user_data="#!/bin/bash
export TESTMUNK_KEY=$TESTMUNK_KEY
export TESTMUNK=$TESTMUNK
export MASON_ANDROID_ABI=$MASON_ANDROID_ABI
+ export ANDROID_ABI=$MASON_ANDROID_ABI
if ./android/scripts/build-$CONFIG.sh $NAME &>../build.log; then
echo 'ANDROID BUILD PASSED'