summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-03-17 14:28:41 -0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-03-17 14:30:11 -0300
commitcfcccb94a10c60444438049c078b066ea9a08463 (patch)
treefb0556669af280a2213c8262923a72e10dee53c3 /Makefile
parent51a3907d525967741a44f4ff02146bee4d52cbed (diff)
downloadqtlocation-mapboxgl-cfcccb94a10c60444438049c078b066ea9a08463.tar.gz
[android] Build ARMv8 on the `apackage` target
Follow-up of 51a3907.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fbda9b631b..553bae5425 100644
--- a/Makefile
+++ b/Makefile
@@ -93,7 +93,7 @@ android: android-lib
cd platform/android && ./gradlew --parallel --max-workers=$(JOBS) assemble$(BUILDTYPE)
# Builds all android architectures for distribution.
-apackage: android-lib-arm-v5 android-lib-arm-v7
+apackage: android-lib-arm-v5 android-lib-arm-v7 android-lib-arm-v8
apackage: android-lib-x86 android-lib-x86-64
apackage: android-lib-mips
cd platform/android && ./gradlew --parallel-threads=$(JOBS) assemble$(BUILDTYPE)