aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/protobuf/BUILD2
-rw-r--r--src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD4
2 files changed, 3 insertions, 3 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",
)
diff --git a/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD b/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD
index 9db23dc89b..d7e36607ac 100644
--- a/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD
+++ b/src/tools/benchmark/java/com/google/devtools/build/benchmark/BUILD
@@ -19,8 +19,8 @@ java_binary(
"//src/tools/benchmark/java/com/google/devtools/build/benchmark/codegenerator:codegenerator_lib",
"//third_party:auto_value",
"//third_party:guava",
- "//third_party/protobuf:protobuf-util",
"//third_party/protobuf:protobuf_java",
+ "//third_party/protobuf:protobuf_java_util",
],
)
@@ -36,8 +36,8 @@ java_library(
"//src/tools/benchmark/java/com/google/devtools/build/benchmark/codegenerator:codegenerator_lib",
"//third_party:auto_value",
"//third_party:guava",
- "//third_party/protobuf:protobuf-util",
"//third_party/protobuf:protobuf_java",
+ "//third_party/protobuf:protobuf_java_util",
],
)