diff options
Diffstat (limited to 'android/jni/Application.mk')
-rw-r--r-- | android/jni/Application.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/android/jni/Application.mk b/android/jni/Application.mk new file mode 100644 index 0000000..d144e9c --- /dev/null +++ b/android/jni/Application.mk @@ -0,0 +1,6 @@ + +# 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_ABI := x86 |