summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Liu <steveliu@google.com>2022-12-15 23:41:51 +0000
committerSteven Liu <steveliu@google.com>2022-12-15 23:50:37 +0000
commit3cc0c653e8ff96fa2d2fa527d3e4a9c83cb663f7 (patch)
tree4f7a3315358fc6f8f23c36cc04306d2b3b0a0e58
parenteaa1f623315c9a14277cf6d9ee52a208ac9a357e (diff)
downloadbouncycastle-3cc0c653e8ff96fa2d2fa527d3e4a9c83cb663f7.tar.gz
Downgrade SuspiciousIndentation lint to a warning for uwb module.
Bug: 200678121 Test: Build Change-Id: Icb953c649ae56e4ab62dbd98e01f6146ef9d2fc2 Merged-In: Icb953c649ae56e4ab62dbd98e01f6146ef9d2fc2
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b4d7f1a1..bdb67e02 100644
--- a/Android.bp
+++ b/Android.bp
@@ -304,4 +304,7 @@ java_library {
"bcprov/src/main/java/org/bouncycastle/its/**/*.java",
],
sdk_version: "core_current",
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
}