Should finally link

This commit is contained in:
twinaphex 2018-12-28 02:26:09 +01:00
parent 659237b3d3
commit ba28561d1a

View File

@ -62,5 +62,6 @@ LOCAL_SRC_FILES := $(SOURCES_CXX) $(SOURCES_C)
LOCAL_CFLAGS := $(COREFLAGS)
LOCAL_CXXFLAGS := $(COREFLAGS) -std=c++11
LOCAL_LDFLAGS := -Wl,-version-script=$(CORE_DIR)/link.T -ldl
LOCAL_LDLIBS := -llog
LOCAL_CPP_FEATURES := exceptions
include $(BUILD_SHARED_LIBRARY)