Browse Source

building for armeabi-v7a by default

fysx 12 years ago
parent
commit
e80e17111a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      jni/Application.mk

+ 2 - 1
jni/Application.mk

@@ -2,4 +2,5 @@
 # Uncomment this if you're using STL in your project
 # See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
 # APP_STL := stlport_static 
-APP_STL := gnustl_shared
+APP_STL := gnustl_shared
+APP_ABI := armeabi-v7a