aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:12:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:12:20 +0000
commitfaf3bf3201e8b2a74904e95a3f0ba05cb32fa2bc (patch)
tree0ac6b0c869240fa7b3d0b843913d18086a52050b
parentb95b14bbc4c8f221c72e8686ea8a4e3cd6c04fee (diff)
parente0fd1ace4fe5f7fb2abc1c3c772b41e67898554f (diff)
downloadtagsoup-aml_tet_331511160.tar.gz
Change-Id: I5e7a2df953507d8c173d6a315acc937627cf3899
-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