blob: 5f68ef6e12ebfcb3bd937b158395f77f30c4135d (
plain)
1
2
3
4
5
|
NDK_TOOLCHAIN_VERSION := clang
APP_STL := c++_static
APP_CPPFLAGS := -O0 -fPIC -fPIE -fvectorize -Wall -fstack-protector -fexceptions -fno-strict-aliasing
APP_PLATFORM := android-14
APP_ABI := all
|