[and] Compile for all archs.
This commit is contained in:
parent
1377745b84
commit
11c93c1e0b
2 changed files with 4 additions and 1 deletions
3
android/.gitignore
vendored
3
android/.gitignore
vendored
|
@ -6,6 +6,9 @@ spoon-output/
|
|||
assets/
|
||||
obj/
|
||||
armeabi/
|
||||
mips/
|
||||
x86/
|
||||
armeabi-v7a/
|
||||
|
||||
*.class
|
||||
.classpath
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
APP_STL := gnustl_static
|
||||
APP_PLATFORM := android-9
|
||||
APP_ABI := all
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
APP_CFLAGS += -I$(LOCAL_PATH)/../../3rdparty/boost
|
||||
|
||||
APP_GNUSTL_FORCE_CPP_FEATURES := exceptions rtti
|
||||
|
|
Reference in a new issue