mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
7 lines
113 B
Makefile
7 lines
113 B
Makefile
ifeq ($(GLES),3)
|
|
APP_PLATFORM := android-18
|
|
else
|
|
APP_PLATFORM := android-9
|
|
endif
|
|
APP_ABI := $(TARGET_ABIS)
|