am abc3fbe6: Merge "Run device-specific tasks at the end of Makefile." into lmp-dev

* commit 'abc3fbe6ae60d207a53edcc817b56f12094fcac9':
  Run device-specific tasks at the end of Makefile.
This commit is contained in:
Ying Wang 2014-09-06 23:10:55 +00:00 committed by Android Git Automerger
commit 53bb20ae10
1 changed files with 3 additions and 0 deletions

View File

@ -1744,6 +1744,9 @@ ifneq ($(dont_bother),true)
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
-include $(sort $(wildcard vendor/*/build/tasks/*.mk))
-include $(sort $(wildcard device/*/build/tasks/*.mk))
# Also the project-specific tasks
-include $(sort $(wildcard vendor/*/*/build/tasks/*.mk))
-include $(sort $(wildcard device/*/*/build/tasks/*.mk))
endif
# -----------------------------------------------------------------