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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Id0f5a4aff5fb058fd47e229b80f9a81e8f337f2e
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",