summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:55 +0000
commit088b1549c0db2f4538fbecb66bfff213bbd6777c (patch)
tree6eea797a41964f316a39d67729b3f6d7fc6f3ac9
parent6c24e29e5e8de7926463685a3fc378751d1be890 (diff)
parent6d7f987710eebdcc6b7b0180f50eb65086f06dd7 (diff)
downloademma-android14-mainline-extservices-release.tar.gz
Snap for 10453563 from 6d7f987710eebdcc6b7b0180f50eb65086f06dd7 to mainline-extservices-releaseaml_ext_341620040aml_ext_341518010aml_ext_341414010aml_ext_341317010aml_ext_341131030aml_ext_341027030android14-mainline-extservices-release
Change-Id: Ie493cfedb6c2e7c5fcfe27160e21356021388e67
-rw-r--r--Android.bp9
1 files changed, 8 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 1a99ff3..bfdb3ec 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,7 +30,14 @@ java_library {
],
sdk_version: "9",
errorprone: {
- javacflags: ["-Xep:MissingOverride:OFF"],
+ javacflags: [
+ "-Xep:MissingOverride:OFF",
+ "-Xep:ComparableType:WARN",
+ "-Xep:ReturnValueIgnored:WARN",
+ ],
+ },
+ lint: {
+ warning_checks: ["SuspiciousIndentation"],
},
host_supported: true,
}