From 9c20830661e264e3f1ffe8a50349b34f65cc0e5f Mon Sep 17 00:00:00 2001 From: Tobrun Van Nuland Date: Tue, 25 Apr 2017 15:11:01 +0200 Subject: [android] - add all abi target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dab827d77b..1ca3a732e5 100644 --- a/Makefile +++ b/Makefile @@ -462,6 +462,7 @@ MBGL_ANDROID_ABIS += arm-v8;arm64-v8a MBGL_ANDROID_ABIS += x86;x86 MBGL_ANDROID_ABIS += x86-64;x86_64 MBGL_ANDROID_ABIS += mips;mips +MBGL_ANDROID_ABIS += all;all MBGL_ANDROID_LOCAL_WORK_DIR = /data/local/tmp/core-tests MBGL_ANDROID_LIBDIR = lib$(if $(filter arm-v8 x86-64,$1),64) @@ -620,7 +621,7 @@ run-android-upload-archives: platform/android/configuration.gradle # Runs Android UI tests on all connected devices using Spoon .PHONY: run-android-ui-test-spoon run-android-ui-test-spoon: platform/android/configuration.gradle - cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis="$(MBGL_ANDROID_ACTIVE_ARCHS)" spoon + cd platform/android && $(MBGL_ANDROID_GRADLE) -Pmapbox.abis=all spoon .PHONY: test-code-android test-code-android: -- cgit v1.2.1