Mark junit-params-test as not unit tests am: 5eb6329156 am: d876368f00 am: 4bf8d0464c am: 4de802c98f
Original change: https://android-review.googlesource.com/c/platform/external/junit-params/+/1603183
MUST ONLY BE SUBMITTED BY AUTOMERGER
Change-Id: Iaf7232b435d0dbe3ab39fd15c400fe5600a9fc28
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",