configure the NDK to build all supported ABIs and package them up in the jar
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
|
||||
APP_STL := gnustl_static
|
||||
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions -DZT_TRACE
|
||||
|
||||
APP_CPPFLAGS += -Wall -fPIE -fstack-protector -fexceptions
|
||||
APP_PLATFORM := android-14
|
||||
APP_ABI := all
|
||||
|
||||
Reference in New Issue
Block a user