Merge "Added generic hook for loading vendor specific tasks."
This commit is contained in:
commit
d2dd865299
1 changed files with 1 additions and 0 deletions
|
@ -1316,3 +1316,4 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET)
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# These are some additional build tasks that need to be run.
|
# These are some additional build tasks that need to be run.
|
||||||
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
|
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
|
||||||
|
-include $(sort $(wildcard vendor/*/build/tasks/*.mk))
|
||||||
|
|
Loading…
Reference in a new issue