diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-03-17 14:28:41 -0300 |
---|---|---|
committer | Brad Leege <bleege@gmail.com> | 2016-03-17 14:25:24 -0400 |
commit | a69df28d21fd7f4009103f601f7bc4bbace33308 (patch) | |
tree | cc2357ae97ce68179136ef71050f78feb8339f77 /Makefile | |
parent | fc0f32b6bf25183fadabbff7fbe132fdadc976c9 (diff) | |
download | qtlocation-mapboxgl-a69df28d21fd7f4009103f601f7bc4bbace33308.tar.gz |
[android] Build ARMv8 on the `apackage` target
Follow-up of 51a3907.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |