summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:06:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:06:03 +0000
commitc7c78cda799e0e894bb4e52e97f0028a74794e15 (patch)
tree69453d40bd3f142129e72a92b9d2193f432b8746
parent7b50b3f18e06b9e9b78bd4487e7cdfbe1982391f (diff)
parent2856d97a3b65fdcfadf00ad11cde0dfdfcd3d91f (diff)
downloadapache-xml-c7c78cda799e0e894bb4e52e97f0028a74794e15.tar.gz
Snap for 8788539 from 2856d97a3b65fdcfadf00ad11cde0dfdfcd3d91f to udc-release
Change-Id: I7b318c7a5a20d7a92c8ff50ea81b589c693a88e1
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5f8f505..031a040 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,6 +74,9 @@ java_library {
errorprone: {
javacflags: ["-Xep:MissingOverride:OFF"],
},
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
sdk_version: "none",
system_modules: "core-all-system-modules",