aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2016-11-04 06:44:45 +0000
committerGravatar Laszlo Csomor <laszlocsomor@google.com>2016-11-04 09:23:50 +0000
commita396b070ae36032a973672e11145533621c39edc (patch)
treef40c31deedafdff3ffa2ab28b51f1c3defa4e939 /WORKSPACE
parentd3276b12e24862eb5030a32a29e8d8dc6dbf08aa (diff)
Use proto_lang_toolchain() in java_proto_library.
-- MOS_MIGRATED_REVID=138161512
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE1
1 files changed, 1 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index b06d57f180..cace908c64 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -52,6 +52,7 @@ 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")
+bind(name = "proto/toolchains/java", actual = "//third_party/protobuf:java_toolchain")
# For Skylark tests at //src/test/shell/bazel:maven_skylark_test
# Uncomment the following lines, and the test in src/test/shell/bazel/BUILD to run it.