summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:56:34 +0000
commitfaf65453adaafcad7f4d5863392bf5abe8cb326a (patch)
treea575b26119dc051cd54c25356bc331ad09396cc7
parentf4dec2502018f5a81b160b850fe5c939461a35ec (diff)
parent40c04d072763fea71b44fcdb3a3b7059671f3d45 (diff)
downloadnist-sip-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 40c04d072763fea71b44fcdb3a3b7059671f3d45 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: I83559dd971fbf21f1823a3a7d6e1ed45fd851aa5
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f6144d3..4d7225f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -55,6 +55,12 @@ java_library_static {
errorprone: {
javacflags: [
"-Xep:MissingOverride:OFF", // Ignore missing @Override.
+ "-Xep:HashtableContains:OFF",
+ "-Xep:RandomModInteger:OFF",
+ "-Xep:InvalidTimeZoneID:OFF",
],
},
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
}