aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:58:27 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:58:27 +0000
commitf52532d967333188dda1803ee6690058c9599ec2 (patch)
treeeb8c56dd7dc4e7045cf319744ef45e2716c502a7
parent9566a733e3dbb1cab33ebb98c46e9965c9f95b68 (diff)
parent5c387116e235ff706ba0baf63a9883b72c872490 (diff)
downloadtagsoup-android14-mainline-media-swcodec-release.tar.gz
Change-Id: I41e7e8ce6e18425aa3ef01ca1ff78ddb31a21b7f
-rw-r--r--Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index 82550dd..c769704 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,6 +49,9 @@ java_library_static {
sdk_version: "core_current",
srcs: ["src/**/*.java"],
errorprone: {
- javacflags: ["-Xep:UnicodeInCode:WARN"]
- }
+ javacflags: ["-Xep:UnicodeInCode:WARN"],
+ },
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
+ },
}