summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:08 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:08 +0000
commit792980c7480aa41307aaf04361004cbf995ede4a (patch)
tree843a222109577a8af45297d879b2f6d537a135e8
parent8adb2e0623f2c388ad8bad624010a023666d1b10 (diff)
parente52af4761e6fc732bee08f4fe76b67c964a1f311 (diff)
downloadapache-xml-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from e52af4761e6fc732bee08f4fe76b67c964a1f311 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: Ie8ac1bfc98acadd326a1fdbe8a285b3d56052e7e
-rw-r--r--Android.bp8
1 files changed, 7 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 5f8f505..762b32d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,7 +72,13 @@ java_library {
installable: true,
hostdex: true,
errorprone: {
- javacflags: ["-Xep:MissingOverride:OFF"],
+ javacflags: [
+ "-Xep:MissingOverride:OFF",
+ "-Xep:LockOnBoxedPrimitive:WARN",
+ ],
+ },
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
},
sdk_version: "none",