[Android] set default target ABI
This commit is contained in:
parent
6d8b095865
commit
3bd0812d85
|
@ -3,4 +3,9 @@ ifeq ($(GLES),3)
|
|||
else
|
||||
APP_PLATFORM := android-9
|
||||
endif
|
||||
APP_ABI := $(TARGET_ABIS)
|
||||
|
||||
ifndef TARGET_ABIS
|
||||
APP_ABI := armeabi-v7a mips x86
|
||||
else
|
||||
APP_ABI := $(TARGET_ABIS)
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue