aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:24:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-10-27 01:24:51 +0000
commit0ebe438dbed62c9870d7860e6ee669dfc9cdd90b (patch)
treeb7e80dbb4d7285c01055bf4048e06a0734c50a9d
parent21148245c8306f7fea8e2b1ff84de581dea9e521 (diff)
parent0b630df70f932d73edb036830f6cf961ec245a75 (diff)
downloadsnakeyaml-0ebe438dbed62c9870d7860e6ee669dfc9cdd90b.tar.gz
Snap for 9222825 from 0b630df70f932d73edb036830f6cf961ec245a75 to udc-release
Change-Id: Ie5f97322478cefde3c9da7ea385cc9aba51bb983
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c00d473e..e64ef38c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -99,6 +99,12 @@ java_library {
srcs: [":snakeyaml_patched_src_files"],
},
},
+
+ errorprone: {
+ javacflags: [
+ "-Xep:ReturnValueIgnored:WARN",
+ ],
+ },
}
// TODO: Consider adding tests.