aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:49 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:49 +0000
commitbc58bbff6d041b0a4139d69ac5acd6daf5477540 (patch)
treeeb8c56dd7dc4e7045cf319744ef45e2716c502a7
parent7a38d146b9956a52962730c4034a298c069b17dc (diff)
parent5c387116e235ff706ba0baf63a9883b72c872490 (diff)
downloadtagsoup-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 5c387116e235ff706ba0baf63a9883b72c872490 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: Ia940d6fc931d419322d17a4ed9ad99a754c701d0
-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"],
+ },
}