added Android project files
[rocksndiamonds.git] / build-projects / android / jni / Application.mk
diff --git a/build-projects/android/jni/Application.mk b/build-projects/android/jni/Application.mk
new file mode 100644 (file)
index 0000000..e5b9a1b
--- /dev/null
@@ -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