aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/j2objc
diff options
context:
space:
mode:
authorGravatar Justine Tunney <jart@google.com>2016-03-01 18:34:44 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2016-03-01 19:13:47 +0000
commit4c285cad728b6f51bc8ed45dab5951b5ee8e663b (patch)
tree3045d2d5051c2e99b5062d1f6df6fe9ec9568be9 /third_party/java/j2objc
parent415d626306b15582f25ce13a187c6a240a8f7189 (diff)
Fix bazel-j2objc repo name to use an underscore
I'm surprised your testing system didn't catch this. -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/983 MOS_MIGRATED_REVID=116019526
Diffstat (limited to 'third_party/java/j2objc')
-rw-r--r--third_party/java/j2objc/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/java/j2objc/BUILD b/third_party/java/j2objc/BUILD
index fdeac8cec2..6716f25c93 100644
--- a/third_party/java/j2objc/BUILD
+++ b/third_party/java/j2objc/BUILD
@@ -28,7 +28,7 @@ filegroup(
java_library(
name = "annotations",
- srcs = ["@bazel-j2objc//:annotations"],
+ srcs = ["@bazel_j2objc//:annotations"],
)
objc_library(