summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 21:33:17 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 21:33:17 -0700
commit1f8de2be5ce39d878d4fd9e3d77ea55c7dacd619 (patch)
treed379aa41afd312b4fcf3374e4f6154f71b64659e /platform
parentd5840beb4719caab9e1e890796992182fa03bfae (diff)
downloadqtlocation-mapboxgl-1f8de2be5ce39d878d4fd9e3d77ea55c7dacd619.tar.gz
[build] Inline main.mk Android targets into Makefile
Diffstat (limited to 'platform')
-rwxr-xr-xplatform/android/scripts/toolchain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/scripts/toolchain.sh b/platform/android/scripts/toolchain.sh
index 67cd0aa476..6eb6a229fe 100755
--- a/platform/android/scripts/toolchain.sh
+++ b/platform/android/scripts/toolchain.sh
@@ -4,7 +4,7 @@ set -e
set -o pipefail
export MASON_PLATFORM=android
-export MASON_ANDROID_ABI=${MASON_ANDROID_ABI:-arm-v7}
+export MASON_ANDROID_ABI=${1:-arm-v7}
export PATH="`pwd`/.mason:${PATH}"
export MASON_DIR="`pwd`/.mason"