Rebuild native libraries with GCC 4.9 and NDK 10. Added native libraries for ARMv8 and x86_64.

This commit is contained in:
Cameron Gutman
2014-07-20 14:19:08 -07:00
parent 9cf592ee26
commit 6a7e06b3d5
203 changed files with 38121 additions and 8 deletions

View File

@@ -3,8 +3,7 @@
# Our minimum version is Android 4.1
APP_PLATFORM := android-16
# NOTE: our armeabi-v7a libraries require NEON support
APP_ABI := armeabi-v7a x86 mips
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips #mips64
# We want an optimized build
APP_OPTIM := release