summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:48 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:10:48 +0000
commit2a921ae6141c381cdcc1ff9b347c814aa82821f8 (patch)
treea575b26119dc051cd54c25356bc331ad09396cc7
parent42c3d7035931a049fc565dbd2ee5976e90eefc43 (diff)
parent40c04d072763fea71b44fcdb3a3b7059671f3d45 (diff)
downloadnist-sip-android14-mainline-sdkext-release.tar.gz
Snap for 10453563 from 40c04d072763fea71b44fcdb3a3b7059671f3d45 to mainline-sdkext-releaseaml_sdk_341510000aml_sdk_341410000aml_sdk_341110080aml_sdk_341110000aml_sdk_341010000aml_sdk_340912010android14-mainline-sdkext-release
Change-Id: I2f91074bfcbe59a9d59f0878ed14af392ae3e6ae
-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"],
+ },
}