Skip to content

Commit

Permalink
Add public target that exports grpc_slice headers
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 695468134
  • Loading branch information
gRPC Team Bot authored and copybara-github committed Nov 11, 2024
1 parent dc9af5a commit e3039bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,19 @@ grpc_cc_library(
hdrs = ["include/grpc/impl/channel_arg_names.h"],
)

grpc_cc_library(
name = "grpc_slice",
hdrs = [
"include/grpc/slice.h",
"include/grpc/slice_buffer.h",
],
visibility = ["@grpc:public"],
deps = [
"//src/core:slice",
"//src/core:slice_buffer",
],
)

grpc_cc_library(
name = "grpc++",
hdrs = [
Expand Down

0 comments on commit e3039bc

Please sign in to comment.