RetroArch/libretro-test-gl/jni/Application.mk
2014-04-14 13:17:05 +02:00

8 lines
104 B
Makefile

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