android: Build native libraries for all non-deprecated ABIs

armeabi has been superseded by armeabi-v7a and the MIPS ABIs were removed
with the latest NDK (r17), after being marked deprecated for a while.
By not specifying APP_ABI we build for all non-deprecated ABIs.
This commit is contained in:
Tobias Brunner 2018-06-04 15:36:20 +02:00
parent 4bb0a589ff
commit 929badfefd
1 changed files with 0 additions and 2 deletions

View File

@ -1,3 +1 @@
# select the ABI(s) to build for (see CPU-ARCH-ABIS.html in the NDK docs).
APP_ABI := armeabi arm64-v8a x86 x86_64 mips mips64
APP_PLATFORM := android-19