[Android] allow for variable NDK header version

This commit is contained in:
l3iggs 2014-08-17 21:27:53 -07:00
parent 7ba9737fef
commit f3a2be6abf

View File

@ -1,6 +1,6 @@
ifeq ($(GLES),3)
APP_PLATFORM := android-18
APP_PLATFORM := $(NDK_GL_HEADER_VER)
else
APP_PLATFORM := android-9
APP_PLATFORM := $(NDK_NO_GL_HEADER_VER)
endif
APP_ABI := armeabi-v7a mips x86