summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:09:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:09:34 +0000
commit11ec4ef6c2447c7abec888d457c912dfc1d6aad4 (patch)
tree451cebcb59e57d7ef0cbde6bd91a97cd95379e59
parent733a02fc52c869ac7bd4ddc96f7a644e590a4c3c (diff)
parent5db50688420c9e88e86aaf8814e7fe567079db16 (diff)
downloadjavasqlite-android14-s1-release.tar.gz
Change-Id: Ic3e6ff2d6f6441bb1600725fc7c0622319d20ad8
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b863b76..baf1df7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -50,4 +50,7 @@ java_library {
hostdex: true,
srcs: ["src/main/java/**/*.java"],
sdk_version: "core_current",
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
}