From 6cc7a93129d54e8f77ff6b4dca417401e6a9d02e Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Tue, 28 Jun 2022 16:26:36 -0700 Subject: Downgrade SuspiciousIndentation lint to a warning Bug: 236431222 Test: Presubmits Change-Id: Ib2113535563920d4d4eaa10992668236c6f1e286 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.bp b/Android.bp index 5f8f505..031a040 100644 --- a/Android.bp +++ b/Android.bp @@ -74,6 +74,9 @@ java_library { errorprone: { javacflags: ["-Xep:MissingOverride:OFF"], }, + lint: { + warning_checks: ["SuspiciousIndentation"], + }, sdk_version: "none", system_modules: "core-all-system-modules", -- cgit v1.2.3