diff options
author | Makoto Onuki <omakoto@google.com> | 2020-05-26 10:55:53 -0700 |
---|---|---|
committer | Makoto Onuki <omakoto@google.com> | 2020-05-27 21:49:29 +0000 |
commit | a664a9017f7cb11c9de285bbb1aece25db744303 (patch) | |
tree | 1f9293b6058f8584ff5f9623f969cb49b922bfb0 /Android.bp | |
parent | 9a782631056d8caa2b466f0555c3ca40cfc35b1f (diff) |
Update api-lint baseline for NO_SETTINGS_PROVIDER
Bug: 151454839
Test: See the other CL in the topic
Merged-in: I4e1d6c419c79663a47341cf26d5229ec17b9ca01
Change-Id: I4e1d6c419c79663a47341cf26d5229ec17b9ca01
(cherry picked from commit 451da1ce77de069558394be221d30a1e93fb7b03)
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 0ca3bda2ab56..54148dc900de 100644 --- a/Android.bp +++ b/Android.bp @@ -1293,6 +1293,7 @@ metalava_framework_docs_args = "--manifest $(location core/res/AndroidManifest.x "--hide MissingPermission --hide BroadcastBehavior " + "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " + "--hide SdkConstant --hide HiddenTypeParameter --hide Todo --hide Typo " + + "--error NoSettingsProvider " + "--force-convert-to-warning-nullability-annotations +*:-android.*:+android.icu.*:-dalvik.* " + "--api-lint-ignore-prefix android.icu. " + "--api-lint-ignore-prefix java. " + |