aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-22 21:34:35 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-22 21:34:35 +0000
commit0c30efd706e7c0a4a5de0c58aa4b9966924313be (patch)
tree81037198fd432c9eeb9993339f78473423f3e8eb
parent6d387d21ebe3198107a1c497987b5ca3afbca997 (diff)
parente04b965cb1612480440c7fe3a5334dae07c40bb6 (diff)
downloaddexmaker-0c30efd706e7c0a4a5de0c58aa4b9966924313be.tar.gz
Snap for 11135399 from e04b965cb1612480440c7fe3a5334dae07c40bb6 to simpleperf-release
Change-Id: I3ecafb96c61a52a02bfa9a1956b5f5060324bc0a
-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",
],
},
}