diff options
author | Pablo Guardiola <guardiola31337@gmail.com> | 2017-09-05 09:49:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-05 09:49:50 +0200 |
commit | 89eb23e6b5e5cef2a8f3c1c8e2f76cce76a895b6 (patch) | |
tree | ac05e06c35c7dbb4c8c9832ed9a26865fe832643 /Makefile | |
parent | 73d980a6e7ac47f04386f72405a271c8db5a337c (diff) | |
download | qtlocation-mapboxgl-89eb23e6b5e5cef2a8f3c1c8e2f76cce76a895b6.tar.gz |
[android] make the android release all build batched (#9907)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |