commit | 98ad88811c76f7334c285cc970a4107f7a716b5a | [log] [tgz] |
---|---|---|
author | Gina Dimino <gdimino@google.com> | Tue May 31 17:25:48 2016 -0700 |
committer | Gina Dimino <gdimino@google.com> | Wed Jun 01 16:13:53 2016 -0700 |
tree | 48080a3a3474aef9194de3f6ebe953e9c3da676b | |
parent | d05a7b5972cb06f711cc8cfa66efa9f0f6d901a5 [diff] [blame] |
Docs: Suppress errors in SystemApi Build Bug: 28427390 Change-Id: Ifea85bf7b1fcdd30a3d7f61bd17d0efba6368aa4
diff --git a/Android.mk b/Android.mk index 76e9b33..d9b2d8d 100644 --- a/Android.mk +++ b/Android.mk
@@ -1119,6 +1119,9 @@ -showAnnotation android.annotation.SystemApi \ -title "Android SDK - Including system APIs." \ -toroot / \ + -hide 101 \ + -hide 104 \ + -hide 108 \ -hdf android.whichdoc online \ $(sample_groups) \ -hdf android.hasSamples true \