changed build system for Android from Ant to Gradle
[rocksndiamonds.git] / build-projects / android / app / jni / Application.mk
diff --git a/build-projects/android/app/jni/Application.mk b/build-projects/android/app/jni/Application.mk
new file mode 100644 (file)
index 0000000..452f530
--- /dev/null
@@ -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