summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-03-17 14:28:41 -0300
committerBrad Leege <bleege@gmail.com>2016-03-17 14:25:24 -0400
commita69df28d21fd7f4009103f601f7bc4bbace33308 (patch)
treecc2357ae97ce68179136ef71050f78feb8339f77
parentfc0f32b6bf25183fadabbff7fbe132fdadc976c9 (diff)
downloadqtlocation-mapboxgl-a69df28d21fd7f4009103f601f7bc4bbace33308.tar.gz
[android] Build ARMv8 on the `apackage` target
Follow-up of 51a3907.
-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)