Fixed linking errors due to using newer toolchain (4.9)

This commit is contained in:
Martin Felis
2016-08-30 23:08:04 +02:00
parent e9a3b2ac59
commit 08b116c09f
+1
View File
@@ -110,5 +110,6 @@ LOCAL_STATIC_LIBRARIES := libphysfs libvorbis libogg libtheora libmodplug libfre
SDL_PATH := ../SDL2-2.0.4
LOCAL_SRC_FILES += $(SDL_PATH)/src/main/android/SDL_android_main.c
LOCAL_LDLIBS := -lz -lGLESv1_CM -lGLESv2 -ldl -landroid
LOCAL_LDFLAGS := -Wl,--allow-multiple-definition
include $(BUILD_SHARED_LIBRARY)