configure the NDK to build all supported ABIs and package them up in the jar
This commit is contained in:
parent
759d71037e
commit
bfb152f53f
2 changed files with 15 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue