From 3256a9ca924938d68ccc50d5e0e7414cd63bf959 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 3 Feb 2022 14:57:36 -0800 Subject: Demote UnicodeInCode error to warning Tag soup uses line feeds in its whitespace, which triggers the UnicodeInCode error. Demote it to a warning. Bug: 190944875 Test: Presubmits Change-Id: I1214314cb08a1744d9c2c817eac53e78836b8d77 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.bp b/Android.bp index 595b1f5..82550dd 100644 --- a/Android.bp +++ b/Android.bp @@ -48,4 +48,7 @@ java_library_static { host_supported: true, sdk_version: "core_current", srcs: ["src/**/*.java"], + errorprone: { + javacflags: ["-Xep:UnicodeInCode:WARN"] + } } -- cgit v1.2.3