Fix library name of yogacore

Reviewed By: bestander

Differential Revision: D4276884

fbshipit-source-id: c791aa3bb27fcf4b48d84427011eae6119fe6edf
This commit is contained in:
Emil Sjolander 2016-12-05 07:36:37 -08:00 committed by Martin Konicek
parent 6320637e22
commit 7d8bfb290b

View File

@ -15,7 +15,7 @@ LOCAL_CFLAGS += $(CXX11_FLAGS)
LOCAL_EXPORT_CPPFLAGS := $(CXX11_FLAGS) LOCAL_EXPORT_CPPFLAGS := $(CXX11_FLAGS)
LOCAL_LDLIBS += -landroid -llog LOCAL_LDLIBS += -landroid -llog
LOCAL_STATIC_LIBRARIES := yogacore LOCAL_STATIC_LIBRARIES := libyogacore
LOCAL_SHARED_LIBRARIES := libfb LOCAL_SHARED_LIBRARIES := libfb
include $(BUILD_SHARED_LIBRARY) include $(BUILD_SHARED_LIBRARY)