blob: c38403a4b92bc2569f7327efd651ced827ba3e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
APP_ABI := arm64-v8a armeabi armeabi-v7a x86 x86_64
APP_PLATFORM := android-14
#APP_STL:=stlport_static
APP_STL:=c++_static
#APP_OPTIM := release
#NDK_TOOLCHAIN_VERSION=4.9
APP_CPPFLAGS += -std=c++1y
APP_CFLAGS += -funwind-tables
|