mirror of
https://github.com/libretro/RetroArch
synced 2025-01-06 10:11:54 +00:00
7 lines
102 B
Makefile
7 lines
102 B
Makefile
ifeq ($(GLES),3)
|
|
APP_PLATFORM := android-18
|
|
else
|
|
APP_PLATFORM := android-9
|
|
endif
|
|
APP_ABI := all
|