diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-12-13 19:10:07 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-12-13 19:10:07 +0000 |
commit | cb61d10c905f6ca40ae21fd8f0fb7efb4ae90444 (patch) | |
tree | dce8af7f82cc7fae7c09699f854281115db51824 | |
parent | 36c37f3ceb3a2301a82d84c24254c1b12257195c (diff) | |
parent | 96bb1ba1f3c9c25cf3b1fed04f29ec2ca8dc9f5a (diff) |
Merge "Add back doc-comment-check-docs back to checkbuild."
-rw-r--r-- | Android.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk index 92e33e988249..e3cc2754fed3 100644 --- a/Android.mk +++ b/Android.mk @@ -72,6 +72,11 @@ $(OUT_DOCS)/offline-sdk-timestamp: $(OUT_DOCS)/offline-sdk-docs-docs.zip $(hide) mkdir -p $(OUT_DOCS)/offline-sdk ( unzip -qo $< -d $(OUT_DOCS)/offline-sdk && touch -f $@ ) || exit 1 +# Run this for checkbuild +checkbuild: doc-comment-check-docs +# Check comment when you are updating the API +update-api: doc-comment-check-docs + # ==== hiddenapi lists ======================================= .KATI_RESTAT: $(INTERNAL_PLATFORM_HIDDENAPI_FLAGS) $(INTERNAL_PLATFORM_HIDDENAPI_FLAGS): \ |