Use wildcard instead of manual file addition
Reviewed By: emilsjolander Differential Revision: D6601704 fbshipit-source-id: 9bac4bc1a8d9e40feb0111fc4c7a627d4d3c4270
This commit is contained in:
parent
350377f57c
commit
d89901fa60
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue