summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:38:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:38:19 +0000
commit0c01f483bbe26139fd2bcb2944073c94dd7fbf67 (patch)
tree843a222109577a8af45297d879b2f6d537a135e8
parent7b50b3f18e06b9e9b78bd4487e7cdfbe1982391f (diff)
parente52af4761e6fc732bee08f4fe76b67c964a1f311 (diff)
downloadapache-xml-android14-mainline-appsearch-release.tar.gz
Snap for 10453563 from e52af4761e6fc732bee08f4fe76b67c964a1f311 to mainline-appsearch-releaseaml_ase_341510000aml_ase_341410000aml_ase_341310010aml_ase_341113000aml_ase_340913000android14-mainline-appsearch-release
Change-Id: Iff289edfef047a1818d84d031c149724ba79ba73
-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",