From 350a4166a8122d912773d9e93ea089f66b870ff5 Mon Sep 17 00:00:00 2001 From: Carmi Grushko Date: Fri, 10 Feb 2017 17:25:34 +0000 Subject: Switch from protobuf_clib to protobuf, and protobuf-util to protobuf_java_util. The latter are the names in the upstream protobuf repo. -- PiperOrigin-RevId: 147163206 MOS_MIGRATED_REVID=147163206 --- src/main/protobuf/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/protobuf/BUILD') diff --git a/src/main/protobuf/BUILD b/src/main/protobuf/BUILD index 5faccd3555..9b00966710 100644 --- a/src/main/protobuf/BUILD +++ b/src/main/protobuf/BUILD @@ -31,7 +31,7 @@ cc_proto_library( name = "worker_protocol_cc_proto", srcs = ["worker_protocol.proto"], include = ".", - default_runtime = "//third_party/protobuf:protobuf_clib", + default_runtime = "//third_party/protobuf:protobuf", protoc = "//third_party/protobuf:protoc", ) -- cgit v1.2.3