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