am af541a64: Merge "core/Makefile: also look for device/*/build/tasks"

* commit 'af541a64abd16f6a33146a833dce71e739b722c8':
  core/Makefile: also look for device/*/build/tasks
This commit is contained in:
Jean-Baptiste Queru 2012-08-08 13:06:25 -07:00 committed by Android Git Automerger
commit 04363aa5bd
1 changed files with 1 additions and 0 deletions

View File

@ -1489,6 +1489,7 @@ $(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))
-include $(sort $(wildcard device/*/build/tasks/*.mk))
# -----------------------------------------------------------------
# Create SDK repository packages. Must be done after tasks/* since