aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:37:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:37:55 +0000
commitde8223eb83f33e1891e12ece859d31169fde8168 (patch)
tree4ab55381144af0b3d9e2889a9cb802734356598f
parent726caabdff16edd587ffc0650207a6ac359dd7ac (diff)
parent5e8223649339798d6df7260b34f973b924dd1418 (diff)
downloadcaliper-de8223eb83f33e1891e12ece859d31169fde8168.tar.gz
Change-Id: I55069785004b0702704c62f3bf39a9beb7e2439b
-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.