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:
Colin Cross
2018-11-02 10:47:30 -07:00
parent 4c9399d988
commit 7f1ca81e86

View File

@@ -1162,6 +1162,9 @@ ifneq ($(filter all,$(MAKECMDGOALS)),)
modules_to_check += $(foreach m,$(ALL_MODULES),$(ALL_MODULES.$(m).BUILT))
endif
# Build docs as part of checkbuild to catch more breakages.
module_to_check += $(ALL_DOCS)
# for easier debugging
modules_to_check := $(sort $(modules_to_check))
#$(error modules_to_check $(modules_to_check))