aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-02-03 14:52:09 -0800
committerCole Faust <colefaust@google.com>2022-02-03 15:26:23 -0800
commit2686dc2a30241691758beb45ae077e646dcbb050 (patch)
treeac603a09f873ff4a249f46fc27dc34f008c3ef9f /Android.bp
parent6ec86ae66f01abd71ad4d2878061540a73747b95 (diff)
downloadjavaparser-2686dc2a30241691758beb45ae077e646dcbb050.tar.gz
Errorprone is being updated, and adds a check that errors out when there's unicode in java code. Javaparser has a method called thereIsSomeJSuchThatβequalAlphaJ, so demote the error to a warning. Also remove the OWNERS file because the only two people in it left Google. Bug: 190944875 Test: Presubmits Change-Id: I2ceb5b4c18c16354959b23f63ed6dda7ea85a8c0
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 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"]
+ }
}