diff options
Diffstat (limited to 'android/app/jni/Application.mk')
| -rw-r--r-- | android/app/jni/Application.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/android/app/jni/Application.mk b/android/app/jni/Application.mk new file mode 100644 index 0000000..5ea0fb4 --- /dev/null +++ b/android/app/jni/Application.mk @@ -0,0 +1,10 @@ + +# 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 := armeabi armeabi-v7a x86 + +# Min SDK level +APP_PLATFORM=android-10 + |
