aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/protobuf/BUILD
diff options
context:
space:
mode:
authorGravatar Carmi Grushko <carmi@google.com>2017-02-10 17:25:34 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-02-10 18:19:32 +0000
commit350a4166a8122d912773d9e93ea089f66b870ff5 (patch)
treefd8372fdfd73ffe49471610ab033902583939677 /src/main/protobuf/BUILD
parent5490757be5e527df82eee5094a0f59c86a5de766 (diff)
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
Diffstat (limited to 'src/main/protobuf/BUILD')
-rw-r--r--src/main/protobuf/BUILD2
1 files changed, 1 insertions, 1 deletions
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",
)