mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +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
|