X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=build-projects%2Fandroid%2Fjni%2FApplication.mk;fp=build-projects%2Fandroid%2Fjni%2FApplication.mk;h=e5b9a1b7d36557ca1bede39e9ebe0852197c3d40;hp=0000000000000000000000000000000000000000;hb=feeeabcbf6696f27ddd68ad56d19db1660a6c4fe;hpb=77c74cbf7569a65f71e004fab915a8b6ee73cbed diff --git a/build-projects/android/jni/Application.mk b/build-projects/android/jni/Application.mk new file mode 100644 index 00000000..e5b9a1b7 --- /dev/null +++ b/build-projects/android/jni/Application.mk @@ -0,0 +1,9 @@ + +# 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-v7a armeabi x86 +APP_STL := gnustl_static + +APP_OPTIM := debug