aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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