RetroArch/android/phoenix/jni/Application.mk
2014-08-17 23:11:01 -07:00

12 lines
182 B
Makefile

ifeq ($(GLES),3)
APP_PLATFORM := android-18
else
APP_PLATFORM := android-9
endif
ifndef TARGET_ABIS
APP_ABI := armeabi-v7a mips x86
else
APP_ABI := $(TARGET_ABIS)
endif