summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:00 +0000
commit2e4e65e7c4c4165c7c8d44231c659dd92c0f1e94 (patch)
tree451cebcb59e57d7ef0cbde6bd91a97cd95379e59
parentf1c28271d047ffb51f5d9cc77964b090bab3b590 (diff)
parent5db50688420c9e88e86aaf8814e7fe567079db16 (diff)
downloadjavasqlite-android14-mainline-extservices-release.tar.gz
Change-Id: I2c0fe661a97e6e39db373da84576789e7e08fca8
-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"],
+ },
}