Mark junit-params-test as not unit tests am: 5eb6329156

Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1603183

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I1c87c0ffab7cf0fc708a531ff39e7422e29ad914
diff --git a/Android.bp b/Android.bp
index eb14249..d1a7625 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,6 +60,11 @@
 java_test {
     name: "junit-params-test",
     host_supported: true,
+    // Don't consider those unit tests, they would be hard to maintain since they are
+    // from external, and have dependencies on the junit version.
+    test_options: {
+        unit_test: false,
+    },
     srcs: ["src/test/java/**/*.java"],
     java_resource_dirs: ["src/test/resources"],
     sdk_version: "core_current",