From d982c5d050d6b51e73c9d5fc716f57fa390fc41d Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Tue, 3 Apr 2018 16:29:03 -0500 Subject: Allow compiling android jni for all archs Will not compile with clang, so toolchain override must remain. --- jni/Application.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jni') diff --git a/jni/Application.mk b/jni/Application.mk index 085a416..35bbf93 100644 --- a/jni/Application.mk +++ b/jni/Application.mk @@ -1,2 +1,2 @@ NDK_TOOLCHAIN_VERSION := 4.9 -APP_ABI := armeabi armeabi-v7a arm64-v8a x86 +APP_ABI := all -- cgit v1.2.3