OSDN Git Service

Don't run doc-comment-check-docs for update-api
authorColin Cross <ccross@android.com>
Thu, 14 Feb 2019 01:22:47 +0000 (17:22 -0800)
committerColin Cross <ccross@android.com>
Thu, 14 Feb 2019 01:22:47 +0000 (17:22 -0800)
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

Android.mk

index 9a91dd1..c58f7af 100644 (file)
@@ -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)