aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:18:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:18:04 +0000
commit9134cde8d20f52fd9ad4c1a97632cede24b086d0 (patch)
treeeb8c56dd7dc4e7045cf319744ef45e2716c502a7
parentd02f95b8d9964e1da15f76a255cdb57fda14debc (diff)
parent5c387116e235ff706ba0baf63a9883b72c872490 (diff)
downloadtagsoup-android14-mainline-uwb-release.tar.gz
Change-Id: Ic91215cd22d2d858e4d5bec875153b12ae460f3c
-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"],
+ },
}