summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 10:51:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-01 10:51:45 +0000
commit46492324b141be1d962befb5bf0c47a58b669da5 (patch)
tree843a222109577a8af45297d879b2f6d537a135e8
parent6625fbd776edb17afed6f1e8cbe3f0d63c5c4d24 (diff)
parent35ece4698b5c3f2c7c6a3b3911ca85cd240cd45e (diff)
downloadapache-xml-46492324b141be1d962befb5bf0c47a58b669da5.tar.gz
Snap for 9550355 from 35ece4698b5c3f2c7c6a3b3911ca85cd240cd45e to sdk-release
Change-Id: I9649f5a0b0c8528a7885c8717c0c767cbb369336
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 031a040..762b32d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,7 +72,10 @@ java_library {
installable: true,
hostdex: true,
errorprone: {
- javacflags: ["-Xep:MissingOverride:OFF"],
+ javacflags: [
+ "-Xep:MissingOverride:OFF",
+ "-Xep:LockOnBoxedPrimitive:WARN",
+ ],
},
lint: {
warning_checks: ["SuspiciousIndentation"],