Add public target that exports grpc_slice headers

PiperOrigin-RevId: 695468134
pull/38093/head
gRPC Team Bot 2 weeks ago committed by Copybara-Service
parent dc9af5a027
commit e3039bc386
  1. 13
      BUILD

13
BUILD

@ -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 = [

Loading…
Cancel
Save