mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 00:40:09 +00:00
8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
APP_ABI := all
|
||
|
ifeq ($(GLES), 3)
|
||
|
APP_PLATFORM := android-18
|
||
|
else
|
||
|
APP_PLATFORM := android-9
|
||
|
endif
|
||
|
|