6 lines
133 B
Makefile
6 lines
133 B
Makefile
APP_ABI := x86 x86_64 armeabi arm64-v8a
|
|
APP_PIE = true
|
|
APP_PLATFORM := android-21
|
|
APP_CPPFLAGS += -std=c++11
|
|
# APP_STL := c++_static
|