aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:03:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:03:55 +0000
commit0562c775674ecf09f11217de2e1ec851721958c9 (patch)
tree0ac6b0c869240fa7b3d0b843913d18086a52050b
parent3513e083746428ad0cc28799f4dcac25a65fdfe7 (diff)
parente0fd1ace4fe5f7fb2abc1c3c772b41e67898554f (diff)
downloadtagsoup-0562c775674ecf09f11217de2e1ec851721958c9.tar.gz
Change-Id: I8b3aabd3464db4b683069fa835ef3a375e94f5b0
-rw-r--r--Android.bp3
-rw-r--r--OWNERS1
2 files changed, 3 insertions, 1 deletions
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"]
+ }
}
diff --git a/OWNERS b/OWNERS
index cdbe26b..580b7d7 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,5 +1,4 @@
# This project does not seem be updated for 5 years.
# Please update this list if you find better candidates.
-jeffbailey@google.com
rtenneti@google.com
narayan@google.com