added option UseGlshim in AndroidAppSettings.cfg

This commit is contained in:
lubomyr
2016-01-09 19:23:05 +02:00
parent 7cdf3050a4
commit 27944784d8
4 changed files with 27 additions and 1 deletions

View File

@@ -57,6 +57,10 @@ LOCAL_SRC_FILES := $(foreach F, $(SDL_SRCS), $(addprefix $(dir $(F)),$(notdir $(
LOCAL_SHARED_LIBRARIES := sdl_native_helpers # Not really a dependency, needed for CustomBuildScript
ifdef USE_GLSHIM
LOCAL_STATIC_LIBRARIES := glshim
endif
LOCAL_LDLIBS := -lGLESv1_CM -ldl -llog
include $(BUILD_SHARED_LIBRARY)