aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-26 03:07:55 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-26 03:07:55 +0000
commitfa8720eb57ec6d8fe8fdfd7c74e581f094fd9219 (patch)
treeebc79d81a0ca3240686c38c15599036ab6c11fe0
parent4f469c766129fe184649ea8af9ce8039072350c4 (diff)
parent4de802c98f6c0030603b37726e485dac4f356cb0 (diff)
downloadjunit-params-android12L-s1-release.tar.gz
Change-Id: Idc58f4517c17c8264fd2a93f27a0bdc82471b8b8
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index eb14249..d1a7625 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,6 +60,11 @@ java_library_host {
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",