aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:04:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:04:36 +0000
commit4f71d8324214776185406539e42ad28bb9f325e5 (patch)
tree0ac6b0c869240fa7b3d0b843913d18086a52050b
parentf215f754a23df4ca23b9f8b9de5639f1d43b36cc (diff)
parente0fd1ace4fe5f7fb2abc1c3c772b41e67898554f (diff)
downloadtagsoup-android13-mainline-permission-release.tar.gz
Change-Id: I0712cd188d5cddce32c0a624ee13137f6beeffcc
-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