summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuardiola31337 <pablo.guardiola@mapbox.com>2017-09-04 09:59:14 +0200
committerGuardiola31337 <pablo.guardiola@mapbox.com>2017-09-04 19:01:07 +0200
commit9622ae04186e9f7274d7cc5bda633aeebd4fbe10 (patch)
treeac05e06c35c7dbb4c8c9832ed9a26865fe832643
parent73d980a6e7ac47f04386f72405a271c8db5a337c (diff)
downloadqtlocation-mapboxgl-upstream/pg-android-release-all-build-batched.tar.gz
[android] make the android release all build batchedupstream/pg-android-release-all-build-batched
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ab0b36658c..f3bc93ac4f 100644
--- a/Makefile
+++ b/Makefile
@@ -594,6 +594,7 @@ run-android-ui-test-aws: platform/android/configuration.gradle
# Builds a release package of the Android SDK
.PHONY: apackage
apackage: platform/android/configuration.gradle
+ make android-lib-arm-v5 && make android-lib-arm-v7 && make android-lib-arm-v8 && make android-lib-x86 && make android-lib-x86-64 && make android-lib-mips
cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all assemble$(BUILDTYPE)
# Uploads the compiled Android SDK to Maven