aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index a060f06e..bce030a7 100644
--- a/BUILD
+++ b/BUILD
@@ -147,7 +147,7 @@ cc_proto_library(
srcs = ["src/" + s for s in WELL_KNOWN_PROTOS],
internal_bootstrap_hack = 1,
prefix = "src",
- deps = ":protobuf",
+ cc_libs = [":protobuf"],
)
################################################################################
@@ -341,7 +341,7 @@ cc_proto_library(
name = "cc_test_protos",
srcs = ["src/" + s for s in (LITE_TEST_PROTOS + TEST_PROTOS)],
prefix = "src",
- proto_deps = [":cc_wkt_protos"],
+ deps = [":cc_wkt_protos"],
)
COMMON_TEST_SRCS = [