summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jeff Sharkey <jsharkey@google.com> 2017-12-08 01:39:01 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-12-08 01:39:01 +0000
commitf402e6c3509ea8ccd502d74fa6fbcabfa7b8a99b (patch)
tree316786ef97a77624ac00fd44ec43eadc2882edbb
parentab39cc5797ae7d2298b25f543cbb2e175356ebe7 (diff)
parente33a972e3f03ab726f46b558f736d57a90f9144c (diff)
Merge "Emit diffs into offline SDK docs."
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 7ca8358c637a..10d11f357eef 100644
--- a/Android.mk
+++ b/Android.mk
@@ -656,6 +656,10 @@ checkbuild: doc-comment-check-docs
# Check comment when you are updating the API
update-api: doc-comment-check-docs
+# Generate API diffs as part of docs builds
+docs: offline-sdk-referenceonly-diff
+docs: offline-system-sdk-referenceonly-diff
+
# ==== static html in the sdk ==================================
include $(CLEAR_VARS)