forked from openkylin/platform_build
Merge "Fix building docs as part of checkbuild" am: 35e12a7020
am: a8008259f9
am: 0550ae99a4
Change-Id: I1844b23cc9e31c8ea4f5d521cb621e824afc3c53
This commit is contained in:
commit
49f0e0283c
|
@ -1336,7 +1336,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