X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=build-projects%2Fandroid%2Fapp%2Fjni%2FApplication.mk;fp=build-projects%2Fandroid%2Fapp%2Fjni%2FApplication.mk;h=452f530e8f6ee000f71ee17b0278422b4ac1756f;hp=0000000000000000000000000000000000000000;hb=51d5e483a5d8b50e0c0956053e0e264c20382928;hpb=233a6e8536ef2ff2c799011417b9f55e1db54300 diff --git a/build-projects/android/app/jni/Application.mk b/build-projects/android/app/jni/Application.mk new file mode 100644 index 00000000..452f530e --- /dev/null +++ b/build-projects/android/app/jni/Application.mk @@ -0,0 +1,10 @@ + +# Uncomment this if you're using STL in your project +# You can find more information here: +# https://developer.android.com/ndk/guides/cpp-support +# APP_STL := c++_shared + +APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 + +# Min runtime API level +APP_PLATFORM=android-17