changed build system for Android from Ant to Gradle
[rocksndiamonds.git] / build-projects / android / app / jni / Application.mk
1
2 # Uncomment this if you're using STL in your project
3 # You can find more information here:
4 # https://developer.android.com/ndk/guides/cpp-support
5 # APP_STL := c++_shared
6
7 APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
8
9 # Min runtime API level
10 APP_PLATFORM=android-17