summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-02-13 17:22:47 -0800
committerColin Cross <ccross@android.com>2019-02-13 17:22:47 -0800
commit22ec2e68ffa2df3f1a74ca367103da90f9b07744 (patch)
tree8d46bd51d85a270179ca93166dbd8d1fe1b84b00
parent32bfd77b794d88ce6225189d9a8c48321a21c63f (diff)
Don't run doc-comment-check-docs for update-api
update-api would be fast except that it spends ~4 minutes doing doc-comment-check-docs. doc-comment-check-docs isn't really related to update-api, so lets just remove it. Fixes: 124386818 Test: m update-api Change-Id: I0f5311e98063786671c0d8b6a8db52351d9fcfd7
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 9a91dd1c491a..c58f7af1d7d5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -77,8 +77,6 @@ docs offline-sdk-docs: $(OUT_DOCS)/offline-sdk-timestamp
# 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 =======================================
ifneq ($(UNSAFE_DISABLE_HIDDENAPI_FLAGS),true)