Snap for 9222825 from ec9481fbf1c289ec5888cfa6b49edc29616c076d to udc-release

Change-Id: I034a72d0ae995e54d99fd8415ae4fb44e83502d3
diff --git a/Android.bp b/Android.bp
index d1a7625..4bd5f51 100644
--- a/Android.bp
+++ b/Android.bp
@@ -72,6 +72,11 @@
         "junit-params",
         "junit-params-assertj-core",
     ],
+    errorprone: {
+        javacflags: [
+            "-Xep:JUnitParameterMethodNotFound:WARN",
+        ],
+    },
 }
 
 //-------------------------------