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