Skip to content

Commit

Permalink
Change internal visibility
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 657352849
Change-Id: I443f218b5500492948cd4c974313209907916355
  • Loading branch information
martijnvels authored and copybara-github committed Jul 29, 2024
1 parent 6c45955 commit 52fad5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion absl/base/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,9 @@ cc_library(
hdrs = ["internal/tracing.h"],
copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS,
visibility = ["//absl:__subpackages__"],
visibility = [
"//absl:__subpackages__",
],
deps = [
"//absl/base:config",
"//absl/base:core_headers",
Expand Down

0 comments on commit 52fad5a

Please sign in to comment.