mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-19 08:46:57 +00:00
[Android] allow variable ABI targets
This commit is contained in:
parent
7ba9737fef
commit
6d8b095865
@ -3,4 +3,4 @@ ifeq ($(GLES),3)
|
||||
else
|
||||
APP_PLATFORM := android-9
|
||||
endif
|
||||
APP_ABI := armeabi-v7a mips x86
|
||||
APP_ABI := $(TARGET_ABIS)
|
||||
|
Loading…
Reference in New Issue
Block a user