[android] Removed unused mips arch
This commit is contained in:
parent
62b9f7f68a
commit
021ea8d949
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
APP_STL := gnustl_static
|
||||
APP_PLATFORM := android-9
|
||||
APP_ABI := all
|
||||
APP_ABI := armeabi armeabi-v7a x86
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
APP_CFLAGS += -I$(LOCAL_PATH)/../../3rdparty/boost
|
||||
|
|
Reference in a new issue