mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-04 22:56:32 +08:00
Fix library name of yogacore
Reviewed By: bestander Differential Revision: D4276884 fbshipit-source-id: c791aa3bb27fcf4b48d84427011eae6119fe6edf
This commit is contained in:
committed by
Facebook Github Bot
parent
bf55df15db
commit
097d3173e9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user