RetroArch/cores/libretro-test-gl-ff/jni/Application.mk
2016-01-29 03:03:12 +01:00

8 lines
104 B
Makefile

APP_ABI := all
ifeq ($(GLES), 3)
APP_PLATFORM := android-18
else
APP_PLATFORM := android-9
endif