aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf
diff options
context:
space:
mode:
authorGravatar John Millikin <jmillikin@stripe.com>2018-01-10 14:39:36 -0800
committerGravatar Dmitry Lomov <dslomov@google.com>2018-01-23 18:14:29 +0100
commitc7f2444e7ac4458aa58932ea3e9587c7036fd2e4 (patch)
tree8d5feef4039ce7d1647a2f021c1da817951bca04 /third_party/protobuf
parent191ccfbd14b7cd60a7941b9c64938686debc5f50 (diff)
Use @io_bazel to reference Bazel sources from local repositories.
Diffstat (limited to 'third_party/protobuf')
-rw-r--r--third_party/protobuf/3.4.0/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/protobuf/3.4.0/BUILD b/third_party/protobuf/3.4.0/BUILD
index 6a5aa3d188..84f90e5474 100644
--- a/third_party/protobuf/3.4.0/BUILD
+++ b/third_party/protobuf/3.4.0/BUILD
@@ -30,7 +30,7 @@ java_import(
jars = ["libprotobuf_java_util.jar"],
visibility = ["//visibility:public"],
exports = [
- "@//third_party:gson",
+ "@io_bazel//third_party:gson",
],
)