From a396b070ae36032a973672e11145533621c39edc Mon Sep 17 00:00:00 2001 From: Carmi Grushko Date: Fri, 4 Nov 2016 06:44:45 +0000 Subject: Use proto_lang_toolchain() in java_proto_library. -- MOS_MIGRATED_REVID=138161512 --- WORKSPACE | 1 + 1 file changed, 1 insertion(+) (limited to 'WORKSPACE') 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. -- cgit v1.2.3