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 Facebook Github Bot
parent bf55df15db
commit 097d3173e9

View File

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