Use wildcard instead of manual file addition

Reviewed By: emilsjolander

Differential Revision: D6601704

fbshipit-source-id: 9bac4bc1a8d9e40feb0111fc4c7a627d4d3c4270
This commit is contained in:
Pritesh Nandgaonkar 2017-12-19 07:22:33 -08:00 committed by Facebook Github Bot
parent 350377f57c
commit d89901fa60
1 changed files with 1 additions and 4 deletions

View File

@ -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)