From bfaff29b1bafd7892a2197b7cf826e1be0ff3927 Mon Sep 17 00:00:00 2001 From: Carmi Grushko Date: Wed, 17 Aug 2016 18:37:55 +0000 Subject: java_(lite_)?proto_library to get Java proto runtimes from //external: instead of hard-coded values. -- MOS_MIGRATED_REVID=130543727 --- WORKSPACE | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WORKSPACE') 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 -- cgit v1.2.3