Commit 52fad5aa by Martijn Vels Committed by Copybara-Service

Change internal visibility

PiperOrigin-RevId: 657352849
Change-Id: I443f218b5500492948cd4c974313209907916355
parent 6c459554
...@@ -936,7 +936,9 @@ cc_library( ...@@ -936,7 +936,9 @@ cc_library(
hdrs = ["internal/tracing.h"], hdrs = ["internal/tracing.h"],
copts = ABSL_DEFAULT_COPTS, copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
visibility = ["//absl:__subpackages__"], visibility = [
"//absl:__subpackages__",
],
deps = [ deps = [
"//absl/base:config", "//absl/base:config",
"//absl/base:core_headers", "//absl/base:core_headers",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment