Build docs as part of checkbuild
Catch docs breakages in TreeHugger by building docs as part of checkbuild targets. Bug: 118815658 Test: m checkbuild Change-Id: I7e71b176c680f269730d4bf98369a96138c0ee8a
This commit is contained in:
@@ -1162,6 +1162,9 @@ ifneq ($(filter all,$(MAKECMDGOALS)),)
|
|||||||
modules_to_check += $(foreach m,$(ALL_MODULES),$(ALL_MODULES.$(m).BUILT))
|
modules_to_check += $(foreach m,$(ALL_MODULES),$(ALL_MODULES.$(m).BUILT))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Build docs as part of checkbuild to catch more breakages.
|
||||||
|
module_to_check += $(ALL_DOCS)
|
||||||
|
|
||||||
# for easier debugging
|
# for easier debugging
|
||||||
modules_to_check := $(sort $(modules_to_check))
|
modules_to_check := $(sort $(modules_to_check))
|
||||||
#$(error modules_to_check $(modules_to_check))
|
#$(error modules_to_check $(modules_to_check))
|
||||||
|
Reference in New Issue
Block a user