summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2020-05-26 10:55:53 -0700
committerMakoto Onuki <omakoto@google.com>2020-05-26 17:16:31 -0700
commit7821658dfb1e77342d77888d6b11b5e77b89cf68 (patch)
treeba17b6aae3e59760ef43efb6cc6cb1cae3eac5c5 /Android.bp
parent7e66cb43f9cc7cb9a6c3d4023ce21140b134c3a7 (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
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index baa715e3bcac..180ce2e3262f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1132,6 +1132,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. " +