summaryrefslogtreecommitdiff
path: root/build/android/jni/Deps.mk
blob: 73db2353f604ce7df5242bd584cef4a87f65a548 (plain)
1
2
3
4
5
6
7
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := c++_shared
APP_DEPRECATED_HEADERS := true

APP_CFLAGS += ${TARGET_CFLAGS_ADDON}
APP_CPPFLAGS += ${TARGET_CXXFLAGS_ADDON} -fexceptions -std=c++11