aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:20:36 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-01 03:20:36 +0000
commit327f9564d12ed9529475cc8407797de3f5ff2446 (patch)
treeeb8c56dd7dc4e7045cf319744ef45e2716c502a7
parentfda6eeede610e6678fff4e0a2e7ff6cae0aea4a1 (diff)
parent5c387116e235ff706ba0baf63a9883b72c872490 (diff)
downloadtagsoup-327f9564d12ed9529475cc8407797de3f5ff2446.tar.gz
Change-Id: If6b5039f7773074c6408a414d6319927545c968f
-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"],
+ },
}