forked from openkylin/platform_build
am 04363aa5: am af541a64: Merge "core/Makefile: also look for device/*/build/tasks"
* commit '04363aa5bd7ae0f2b5a8d09c25a83371933d0d12': core/Makefile: also look for device/*/build/tasks
This commit is contained in:
commit
7de61d1471
|
@ -1492,6 +1492,7 @@ $(INTERNAL_FINDBUGS_HTML_TARGET): $(INTERNAL_FINDBUGS_XML_TARGET)
|
||||||
# These are some additional build tasks that need to be run.
|
# These are some additional build tasks that need to be run.
|
||||||
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
|
include $(sort $(wildcard $(BUILD_SYSTEM)/tasks/*.mk))
|
||||||
-include $(sort $(wildcard vendor/*/build/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
|
# Create SDK repository packages. Must be done after tasks/* since
|
||||||
|
|
Loading…
Reference in New Issue