summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:07:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:07:34 +0000
commitc508c4f97d325f472f41551a923dfab380fde9fd (patch)
tree8f0c3321e015b9b755a00d6b03412af07548cd02
parentf8ac30e2dbdcaa8ad5432d7ffa6fbaa4216f71c1 (diff)
parent334bc6b4c95cb540e52a49383b49e80a5aa780ec (diff)
downloademma-c508c4f97d325f472f41551a923dfab380fde9fd.tar.gz
Snap for 8788539 from 334bc6b4c95cb540e52a49383b49e80a5aa780ec to udc-release
Change-Id: Ie2f2ce701c548537005f79e14b09769bc0a47134
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1a99ff3..70631fd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -32,5 +32,8 @@ java_library {
errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"],
},
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
host_supported: true,
}