changed build system for Android from Ant to Gradle
[rocksndiamonds.git] / build-projects / android / jni / Application.mk
diff --git a/build-projects/android/jni/Application.mk b/build-projects/android/jni/Application.mk
deleted file mode 100644 (file)
index e5b9a1b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-# 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