diff options
| author | 2018-12-14 10:53:16 -0800 | |
|---|---|---|
| committer | 2018-12-14 10:53:16 -0800 | |
| commit | 520253e06c9b46a8909020d589e44c3aac3e6fed (patch) | |
| tree | bfea7b01362f69b0fe114ad83676317622b186c9 | |
| parent | 41890c7e1eb2d52e44d610d2e25ccd77a59e153c (diff) | |
| parent | 94becc7b4f3a7dfcb810899a00c93f25c2c482fb (diff) | |
Merge "API: Enable UnhiddenSystemApi check for frameworks/base"
am: 94becc7b4f
Change-Id: I1311b0a6e96919ba416b71dd474a511a963a776f
| -rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 151adf821ccd..2b6493289704 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 " |