aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:54:03 +0000
commit20727855c3477b240bae8da4e8774903df4a508d (patch)
treeeb8c56dd7dc4e7045cf319744ef45e2716c502a7
parent495265cfcd263632f1d4ceb9caa20503f1eab6a4 (diff)
parent5c387116e235ff706ba0baf63a9883b72c872490 (diff)
downloadtagsoup-20727855c3477b240bae8da4e8774903df4a508d.tar.gz
Snap for 10453563 from 5c387116e235ff706ba0baf63a9883b72c872490 to mainline-documentsui-releaseaml_doc_341713000aml_doc_341610010aml_doc_341510050aml_doc_341312010aml_doc_341112000aml_doc_341012000aml_doc_340916000
Change-Id: I716a4f13b06f6eb456cc35d63312c6a5b5038720
-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"],
+ },
}