change some build settings. add a lock
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
|
||||
APP_STL := gnustl_static
|
||||
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions
|
||||
NDK_TOOLCHAIN_VERSION := clang
|
||||
APP_STL := c++_static
|
||||
APP_CPPFLAGS := -O2 -fPIE -fvectorize -Wall -fstack-protector -fexceptions -fno-strict-aliasing
|
||||
APP_PLATFORM := android-14
|
||||
APP_ABI := all
|
||||
|
||||
Reference in New Issue
Block a user