Skip to content

Commit d89901f

Browse files
Use wildcard instead of manual file addition
Reviewed By: emilsjolander Differential Revision: D6601704 fbshipit-source-id: 9bac4bc1a8d9e40feb0111fc4c7a627d4d3c4270
1 parent 350377f commit d89901f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ReactCommon/yoga/Android.mk

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ include $(CLEAR_VARS)
44

55
LOCAL_MODULE := yogacore
66

7-
LOCAL_SRC_FILES := \
8-
yoga/Yoga.cpp \
9-
yoga/YGEnums.cpp \
10-
yoga/YGNodePrint.cpp
7+
LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH)/yoga/*.cpp)
118

129
LOCAL_C_INCLUDES := $(LOCAL_PATH)
1310
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)

0 commit comments

Comments
 (0)