Skip to content

Commit

Permalink
Use wildcard instead of manual file addition
Browse files Browse the repository at this point in the history
Reviewed By: emilsjolander

Differential Revision: D6601704

fbshipit-source-id: 9bac4bc1a8d9e40feb0111fc4c7a627d4d3c4270
  • Loading branch information
priteshrnandgaonkar authored and facebook-github-bot committed Dec 19, 2017
1 parent 350377f commit d89901f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ReactCommon/yoga/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ include $(CLEAR_VARS)

LOCAL_MODULE := yogacore

LOCAL_SRC_FILES := \
yoga/Yoga.cpp \
yoga/YGEnums.cpp \
yoga/YGNodePrint.cpp
LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH)/yoga/*.cpp)

LOCAL_C_INCLUDES := $(LOCAL_PATH)
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)
Expand Down

0 comments on commit d89901f

Please sign in to comment.