commit | 35e12a7020f1752003c5ae93d13b36da34a700ad | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Tue Jan 28 22:24:00 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jan 28 22:24:00 2020 +0000 |
tree | a94120431c245eb08c6b9142a113b75faa5eedb2 | |
parent | 2899e4871d5a91a79514c7ec67e21a081b3ee694 [diff] | |
parent | 43e74295e0d656b150dbd6f08e334fc2eceaf7ba [diff] |
Merge "Fix building docs as part of checkbuild"
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))