Skip to content

Commit 67e54f8

Browse files
Eric Vicentifacebook-github-bot
authored andcommitted
Add YGEnums to fix gradle build
Summary: Attempt to fix CircleCI build by adding YGEnums to the yoga gradle file Closes facebook#13296 Differential Revision: D4827856 Pulled By: ericvicenti fbshipit-source-id: cb03af77919c811d06352fbe0b77084e97d2e6c1
1 parent c128612 commit 67e54f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactCommon/yoga/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ LOCAL_MODULE := yogacore
66

77
LOCAL_SRC_FILES := \
88
yoga/Yoga.c \
9+
yoga/YGEnums.c \
910
yoga/YGNodeList.c
1011

1112
LOCAL_C_INCLUDES := $(LOCAL_PATH)

0 commit comments

Comments
 (0)