aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-11-14 16:55:32 -0800
committerCole Faust <colefaust@google.com>2023-11-17 10:39:05 -0800
commit1d6141c2e13a34f45e33d38f9a3e1affc0648edf (patch)
tree81037198fd432c9eeb9993339f78473423f3e8eb
parent760a02687f9bcd43e4b0aec2d8c3f43020e73ae3 (diff)
downloaddexmaker-1d6141c2e13a34f45e33d38f9a3e1affc0648edf.tar.gz
Demote InfiniteRecursion to a warning
Errorprone is being updated, and now catches this issue. Bug: 311064136 Test: m RUN_ERROR_PRONE=true javac-check Change-Id: If7557063221e42de00bef8507c8e46dfcfb79ecd
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e1d33c7..b939bff 100644
--- a/Android.bp
+++ b/Android.bp
@@ -190,6 +190,7 @@ java_library_static {
errorprone: {
javacflags: [
"-Xep:ReturnValueIgnored:WARN",
+ "-Xep:InfiniteRecursion:WARN",
],
},
}