Allow compiling android jni for all archs

Will not compile with clang, so toolchain override must remain.
This commit is contained in:
Aaron Kling 2018-04-03 16:29:03 -05:00
parent 63a21c71e6
commit d982c5d050
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
NDK_TOOLCHAIN_VERSION := 4.9
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
APP_ABI := all