am 98092627: am 7de61d14: am 04363aa5: am af541a64: Merge "core/Makefile: also look for device/*/build/tasks"
* commit '98092627cd9731ea09cbf225880e5c48dc6f564e':
core/Makefile: also look for device/*/build/tasks
diff --git a/core/Makefile b/core/Makefile
index 6b46451..9580504 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -1492,6 +1492,7 @@
# 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))
+-include $(sort $(wildcard device/*/build/tasks/*.mk))
# -----------------------------------------------------------------
# Create SDK repository packages. Must be done after tasks/* since