commit | 43e74295e0d656b150dbd6f08e334fc2eceaf7ba | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Jan 27 11:36:07 2020 -0800 |
committer | Colin Cross <ccross@android.com> | Mon Jan 27 11:36:07 2020 -0800 |
tree | 79089b7ac2423ed2a6d106d2cef454b74f613da0 | |
parent | 7ad254aee94f30510fd31b03ff8ac23409630114 [diff] |
Fix building docs as part of checkbuild s/module_to_check/modules_to_check/ Bug: 118815658 Test: m checkbuild Change-Id: I53e10747ed404509fd11adb72e641c702e27655b
diff --git a/core/main.mk b/core/main.mk index 99e4e43..cb44106 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -1341,7 +1341,7 @@ 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))