aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:16 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:01:16 +0000
commit4fb10a7d420ec9c8b04956c3bb2226e0d6796111 (patch)
tree4ab55381144af0b3d9e2889a9cb802734356598f
parent3925b6bcc55325e1dc1c81447152978adaf16c02 (diff)
parent5e8223649339798d6df7260b34f973b924dd1418 (diff)
downloadcaliper-android14-mainline-permission-release.tar.gz
Change-Id: I1f97e1e503e025b641aff53476921e6c02b591aa
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6d4619b..b48ee41 100644
--- a/Android.bp
+++ b/Android.bp
@@ -140,6 +140,12 @@ java_library_host {
],
java_version: "1.8",
+
+ errorprone: {
+ javacflags: [
+ "-Xep:ReturnValueIgnored:WARN",
+ ],
+ },
}
// Build host dependencies.