Merge "Added generic hook for loading vendor specific tasks."

This commit is contained in:
Jean-Baptiste Queru 2010-11-24 09:23:35 -08:00 committed by Android Code Review
commit d2dd865299

View file

@ -1316,3 +1316,4 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET)
# -----------------------------------------------------------------
# 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))