aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2016-08-17 18:37:55 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-08-18 08:30:50 +0000
commitbfaff29b1bafd7892a2197b7cf826e1be0ff3927 (patch)
tree8ee343d36cb55de1bfd940e6b33824651871e9b6 /WORKSPACE
parentb01948dd1174a0979366fe1a5b35d1a083a9f2ac (diff)
java_(lite_)?proto_library to get Java proto runtimes from //external: instead of hard-coded values.
-- MOS_MIGRATED_REVID=130543727
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 3 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 786c6d8b1c..46a2328c8b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -49,3 +49,6 @@ docker_repository()
# This allows rules written in skylark to locate apple build tools.
bind(name = "xcrunwrapper", actual = "@bazel_tools//tools/objc:xcrunwrapper")
+
+bind(name = "protobuf/java_runtime", actual = "//third_party/protobuf:protobuf")
+bind(name = "protobuf/javalite_runtime", actual = "//third_party/protobuf:protobuf-lite") \ No newline at end of file