[build] Private visibility for internal EE library (#33764)

pull/33893/head
AJ Heller 2 years ago committed by GitHub
parent 38da78e416
commit b33a0781fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/event_engine/posix/BUILD

@ -29,7 +29,7 @@ grpc_cc_library(
tags = [
"no_windows",
],
visibility = ["//test:__subpackages__"],
visibility = ["//visibility:private"],
deps = [
"//src/core:event_engine_common",
"//src/core:posix_event_engine_event_poller",

Loading…
Cancel
Save