diff options
| author | 2018-12-14 11:07:35 -0800 | |
|---|---|---|
| committer | 2018-12-14 11:07:35 -0800 | |
| commit | b24fe88a37d200618f204638284969512d8f3a76 (patch) | |
| tree | 4c3e657d7e667845c1604231b9c92cab71b206e3 | |
| parent | ad7477b1925bf20ad1f0c8cb1c67d28bebc64b90 (diff) | |
| parent | 520253e06c9b46a8909020d589e44c3aac3e6fed (diff) | |
Merge "API: Enable UnhiddenSystemApi check for frameworks/base" am: 94becc7b4f
am: 520253e06c
Change-Id: I545af534c170a68080b0a6150fc486d702ed3aff
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 4262c678dddf..02234a7e5540 100644 --- a/Android.bp +++ b/Android.bp @@ -1147,6 +1147,7 @@ framework_docs_only_libs = [ metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.xml) " + "--hide-package com.android.okhttp " + "--hide-package com.android.org.conscrypt --hide-package com.android.server " + + "--error UnhiddenSystemApi " + "--hide RequiresPermission " + "--hide MissingPermission --hide BroadcastBehavior " + "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " + @@ -1563,6 +1564,7 @@ droidstubs { dex_mapping_filename: "dex-mapping.txt", args: metalava_framework_docs_args + " --hide ReferencesHidden " + + " --hide UnhiddenSystemApi " + " --show-unannotated " + " --show-annotation android.annotation.SystemApi " + " --show-annotation android.annotation.TestApi " |