summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:42 +0000
commit7ccfc7d354a5f86174208d2bbf67ad76b93a2a96 (patch)
tree451cebcb59e57d7ef0cbde6bd91a97cd95379e59
parent768d66618fcf705622317450a06e91ca45d1abcb (diff)
parent5db50688420c9e88e86aaf8814e7fe567079db16 (diff)
downloadjavasqlite-android14-mainline-os-statsd-release.tar.gz
Change-Id: Iaa5e18054d13041d342daa58fec7f4de5206dd8d
-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"],
+ },
}