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

This commit is contained in:
Ying Wang 2014-09-06 22:54:57 +00:00 committed by Android (Google) Code Review
commit abc3fbe6ae
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
# -----------------------------------------------------------------