summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:51:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:51:33 +0000
commit0dff10cae7a79ac1ec4f1498f0b51c722058a876 (patch)
tree451cebcb59e57d7ef0cbde6bd91a97cd95379e59
parent18539eacbae52a688feec25192e1d4e8adbefa53 (diff)
parent5db50688420c9e88e86aaf8814e7fe567079db16 (diff)
downloadjavasqlite-android14-mainline-media-swcodec-release.tar.gz
Change-Id: Ifdeadf3ce184e68726cdd098a3ac0e76b90c81b6
-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"],
+ },
}