mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-01 21:11:04 +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
|
|
|