From e9cc0f1604981bc8d7ad9c2ebec0490374d72ae0 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 29 Jun 2022 13:34:22 -0700 Subject: Downgrade SuspiciousIndentation lint to a warning Bug: 236431222 Test: Presubmits Change-Id: I1bfcfe2d24c995b4e93c4a0881a784e4e5a99f17 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.bp b/Android.bp index 1a99ff3..70631fd 100644 --- a/Android.bp +++ b/Android.bp @@ -32,5 +32,8 @@ java_library { errorprone: { javacflags: ["-Xep:MissingOverride:OFF"], }, + lint: { + warning_checks: ["SuspiciousIndentation"], + }, host_supported: true, } -- cgit v1.2.3