mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Refactor and move YGNodeToString implementation to different file
Reviewed By: emilsjolander Differential Revision: D6397372 fbshipit-source-id: 79e701efe7f19db6dac1aea6328ebf0ac84a7ac3
This commit is contained in:
committed by
Facebook Github Bot
parent
e7bd0f056b
commit
0984f29a32
@@ -7,7 +7,8 @@ LOCAL_MODULE := yogacore
|
||||
LOCAL_SRC_FILES := \
|
||||
yoga/Yoga.cpp \
|
||||
yoga/YGEnums.cpp \
|
||||
yoga/YGNodeList.cpp
|
||||
yoga/YGNodeList.cpp \
|
||||
yoga/YGNodePrint.cpp
|
||||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)
|
||||
|
||||
Reference in New Issue
Block a user