summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:47 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:47 +0000
commit92d5ace750b14a7ea171811a8db469229e21917e (patch)
tree6eea797a41964f316a39d67729b3f6d7fc6f3ac9
parent250375be7a2bb54d71482b479a0c228673e9d21e (diff)
parent6d7f987710eebdcc6b7b0180f50eb65086f06dd7 (diff)
downloademma-android14-mainline-permission-release.tar.gz
Change-Id: I5227276ecd93f7f7b174ec33572c4c75b4f32121
-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,
}