From 4db9af30bc0ba54f12d4031eeabc40e8b7bf6219 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Wed, 29 Jun 2022 13:27:18 -0700 Subject: Downgrade SuspiciousIndentation lint to a warning Bug: 236431222 Test: Presubmits Change-Id: Ia544b82a063a385fd39b543cfb28f439715a56bc --- Android.bp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Android.bp b/Android.bp index 82550dd..c769704 100644 --- a/Android.bp +++ b/Android.bp @@ -49,6 +49,9 @@ java_library_static { sdk_version: "core_current", srcs: ["src/**/*.java"], errorprone: { - javacflags: ["-Xep:UnicodeInCode:WARN"] - } + javacflags: ["-Xep:UnicodeInCode:WARN"], + }, + lint: { + warning_checks: ["SuspiciousIndentation"], + }, } -- cgit v1.2.3