change some build settings. add a lock

This commit is contained in:
Grant Limberg 2015-07-01 20:26:14 -07:00
commit 0b7cd2f40a
4 changed files with 25 additions and 6 deletions

View file

@ -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