From 89eb23e6b5e5cef2a8f3c1c8e2f76cce76a895b6 Mon Sep 17 00:00:00 2001 From: Pablo Guardiola Date: Tue, 5 Sep 2017 09:49:50 +0200 Subject: [android] make the android release all build batched (#9907) --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.1