android: Enable 64-bit ABIs

This commit is contained in:
Tobias Brunner
2016-03-23 14:18:52 +01:00
parent 17e36cd48c
commit 2f3879c3fe
@@ -1,3 +1,3 @@
# select the ABI(s) to build for (see CPU-ARCH-ABIS.html in the NDK docs).
APP_ABI := armeabi x86 mips
APP_ABI := armeabi arm64-v8a x86 x86_64 mips mips64
APP_PLATFORM := android-19