forked from openkylin/platform_build
Merge "Run device-specific tasks at the end of Makefile." into lmp-dev
This commit is contained in:
commit
abc3fbe6ae
|
@ -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
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue