Merge "Added generic hook for loading vendor specific tasks."
diff --git a/core/Makefile b/core/Makefile
index ce55de5..9b0b8e7 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1316,3 +1316,4 @@
 # -----------------------------------------------------------------
 # These are some additional build tasks that need to be run.
 include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
+-include $(sort $(wildcard vendor/*/build/tasks/*.mk))