Skip to content

Commit 56be356

Browse files
Add cc_proto_library for MessageSet in //src/google/protobuf/bridge
PiperOrigin-RevId: 860222071
1 parent a594f97 commit 56be356

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/google/protobuf/bridge/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
load("//bazel:cc_proto_library.bzl", "cc_proto_library")
12
load("//bazel:proto_library.bzl", "proto_library")
23

34
package(
@@ -9,3 +10,8 @@ proto_library(
910
srcs = ["message_set.proto"],
1011
strip_import_prefix = "/src",
1112
)
13+
14+
cc_proto_library(
15+
name = "message_set_cc_proto",
16+
deps = [":message_set_proto"],
17+
)

0 commit comments

Comments
 (0)