summaryrefslogtreecommitdiff
path: root/android/app/jni/Application.mk
blob: db8805fa7528bae5568f87a4fe6067ae9f00080e (plain)
1
2
3
4
5
6
7
8
9
10
11
12

# 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_CPPFLAGS += -std=c++11
APP_STL := gnustl_shared

APP_ABI := armeabi armeabi-v7a x86

# Min SDK level
APP_PLATFORM=android-10