aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java_tools/junitrunner/java/com
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2017-01-11 12:40:44 +0000
committerGravatar Marcel Hlopko <hlopko@google.com>2017-01-11 16:02:02 +0000
commitbde853094f7de51b97bf11a51e5d77307cea28ec (patch)
tree503411410bb06e5640b3389cea29d09a90a5bc75 /src/java_tools/junitrunner/java/com
parente31b3cf27c3fea50943da8e000b91573bb1ba452 (diff)
Eliminate the $jacoco_runtime implicit attribute and link in the Jacoco agent through the $jacocorunner dependency.
They are either both linked in or neither of them is, so there isn't much point in separating them. -- PiperOrigin-RevId: 144191570 MOS_MIGRATED_REVID=144191570
Diffstat (limited to 'src/java_tools/junitrunner/java/com')
-rw-r--r--src/java_tools/junitrunner/java/com/google/testing/coverage/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java_tools/junitrunner/java/com/google/testing/coverage/BUILD b/src/java_tools/junitrunner/java/com/google/testing/coverage/BUILD
index ea561d1e4e..319f13b6d2 100644
--- a/src/java_tools/junitrunner/java/com/google/testing/coverage/BUILD
+++ b/src/java_tools/junitrunner/java/com/google/testing/coverage/BUILD
@@ -52,7 +52,7 @@ java_binary(
],
deps = [
":bitfield",
- "//third_party/java/jacoco:blaze-agent-neverlink",
+ "//third_party/java/jacoco:blaze-agent",
"//third_party/java/jacoco:core",
"//third_party/java/jacoco:report",
],