aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 02:56:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 02:56:05 +0000
commitc6ba25985e766ed1f6ccd50fea635145b0a13b95 (patch)
treeac603a09f873ff4a249f46fc27dc34f008c3ef9f
parent6ad2d5aeb104edd1cba8a0079da4a6e42a987f2d (diff)
parent175858076dde95941f8b0ab6e17bf141e93249c3 (diff)
downloadjavaparser-android13-frc-media-swcodec-release.tar.gz
Snap for 8191477 from 175858076dde95941f8b0ab6e17bf141e93249c3 to tm-frc-media-swcodec-releaset_frc_swc_330443040t_frc_swc_330443010android13-frc-media-swcodec-release
Change-Id: I5a7a7a294f81d67166d0211ae14ae0f8f328d343
-rw-r--r--Android.bp3
-rw-r--r--OWNERS5
2 files changed, 3 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 13f7a8430..64dc07c91 100644
--- a/Android.bp
+++ b/Android.bp
@@ -81,4 +81,7 @@ java_library_host {
"javaparser",
"javassist",
],
+ errorprone: {
+ javacflags: ["-Xep:UnicodeInCode:WARN"]
+ }
}
diff --git a/OWNERS b/OWNERS
deleted file mode 100644
index e8739a935..000000000
--- a/OWNERS
+++ /dev/null
@@ -1,5 +0,0 @@
-# Default owners are top 3 active developers of the past 1 or 2 years
-# or people with more than 10 commits last year.
-# Please update this list if you find better owner candidates.
-eugenesusla@google.com
-hhb@google.com