Skip to content

Commit

Permalink
Add YGEnums to fix gradle build
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Eric Vicenti authored and facebook-github-bot committed Apr 4, 2017
1 parent c128612 commit 67e54f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ReactCommon/yoga/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ LOCAL_MODULE := yogacore

LOCAL_SRC_FILES := \
yoga/Yoga.c \
yoga/YGEnums.c \
yoga/YGNodeList.c

LOCAL_C_INCLUDES := $(LOCAL_PATH)
Expand Down

0 comments on commit 67e54f8

Please sign in to comment.