diff --git a/jni/Application.mk b/jni/Application.mk index a78bc435..2d27d30f 100644 --- a/jni/Application.mk +++ b/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 \ No newline at end of file +APP_STL := gnustl_shared +APP_ABI := armeabi-v7a