Refactor and move YGNodeToString implementation to different file

Reviewed By: emilsjolander

Differential Revision: D6397372

fbshipit-source-id: 79e701efe7f19db6dac1aea6328ebf0ac84a7ac3
This commit is contained in:
Pritesh Nandgaonkar
2017-11-23 09:40:02 -08:00
committed by Facebook Github Bot
parent e7bd0f056b
commit 0984f29a32
7 changed files with 488 additions and 409 deletions

View File

@@ -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)