Merge "Partial Implementation of US1574:"
[platform/upstream/iotivity.git] / csdk / android / OCLogger / jni / Application.mk
1 APP_STL := gnustl_static #stlport_static
2 APP_PLATFORM := android-16
3 APP_ABI := armeabi armeabi-v7a x86
4 APP_OPTIM := release
5 #APP_OPTIM := debug
6 APP_CPPFLAGS += -fno-strict-aliasing
7 APP_CPPFLAGS += -std=gnu++11
8 APP_CPPFLAGS += -D_GLIBCXX_USE_WCHAR_T
9 APP_CPPFLAGS += -fexceptions
10 APP_CPPFLAGS += -frtti
11 #NDK_TOOLCHAIN_VERSION=4.8