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)
commit22ec2e68ffa2df3f1a74ca367103da90f9b07744
tree8d46bd51d85a270179ca93166dbd8d1fe1b84b00
parent32bfd77b794d88ce6225189d9a8c48321a21c63f
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
Android.mk