summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:10:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:10:02 +0000
commitac1def0c7833072ecb3d402b5bd64149f40bc276 (patch)
tree843a222109577a8af45297d879b2f6d537a135e8
parentc7c78cda799e0e894bb4e52e97f0028a74794e15 (diff)
parente52af4761e6fc732bee08f4fe76b67c964a1f311 (diff)
downloadapache-xml-android14-security-release.tar.gz
Change-Id: I1fe37463f2056097c08141217a2db2fdf9a33ead
-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"],