From e33a972e3f03ab726f46b558f736d57a90f9144c Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 7 Dec 2017 15:26:24 -0700 Subject: Emit diffs into offline SDK docs. We already generate offline SDK docs as part of "docs" build, and this change simply adds the "-diff" targets so they're also included. Test: make -j48 docs dist Bug: 69115817 Change-Id: Ic8b29b32c46feabf1951125edebe60ab8069e844 --- Android.mk | 4 ++++ 1 file changed, 4 insertions(+) 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) -- cgit v1.2.3-59-g8ed1b