Add YGEnums to fix gradle build

Summary:
Attempt to fix CircleCI build by adding YGEnums to the yoga gradle file
Closes https://github.com/facebook/react-native/pull/13296

Differential Revision: D4827856

Pulled By: ericvicenti

fbshipit-source-id: cb03af77919c811d06352fbe0b77084e97d2e6c1
This commit is contained in:
Eric Vicenti 2017-04-04 11:57:48 -07:00 committed by Facebook Github Bot
parent c128612c5c
commit 67e54f8bdb

View File

@ -6,6 +6,7 @@ LOCAL_MODULE := yogacore
LOCAL_SRC_FILES := \
yoga/Yoga.c \
yoga/YGEnums.c \
yoga/YGNodeList.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)