forked from openkylin/platform_build
Merge "Fix building docs as part of checkbuild" am: 35e12a7020
am: a8008259f9
Change-Id: Ib7fbc6ee15d98e7f7f6b85c1a2cecebec5c79bc7
This commit is contained in:
commit
0550ae99a4
|
@ -1338,7 +1338,7 @@ 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)
|
||||
modules_to_check += $(ALL_DOCS)
|
||||
|
||||
# for easier debugging
|
||||
modules_to_check := $(sort $(modules_to_check))
|
||||
|
|
Loading…
Reference in New Issue