diff options
| author | 2017-12-08 01:39:01 +0000 | |
|---|---|---|
| committer | 2017-12-08 01:39:01 +0000 | |
| commit | f402e6c3509ea8ccd502d74fa6fbcabfa7b8a99b (patch) | |
| tree | 316786ef97a77624ac00fd44ec43eadc2882edbb | |
| parent | ab39cc5797ae7d2298b25f543cbb2e175356ebe7 (diff) | |
| parent | e33a972e3f03ab726f46b558f736d57a90f9144c (diff) | |
Merge "Emit diffs into offline SDK docs."
| -rw-r--r-- | Android.mk | 4 |
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) |