Merge pull request #841 from l3iggs/patch-4
(Android) restrict abi targets
This commit is contained in:
commit
50078b927a
|
@ -3,4 +3,4 @@ ifeq ($(GLES),3)
|
|||
else
|
||||
APP_PLATFORM := android-9
|
||||
endif
|
||||
APP_ABI := all
|
||||
APP_ABI := armeabi-v7a mips x86
|
||||
|
|
Loading…
Reference in New Issue