Commit 388c2eda by Gennadiy Rozental Committed by Copybara-Service

Extend visibility of :examine_stack to an upcoming Abseil Log.

PiperOrigin-RevId: 457005885
Change-Id: I9045ca94a3695303274d7c448b25e32fe02f3383
parent 4dc63bad
...@@ -121,7 +121,7 @@ cc_library( ...@@ -121,7 +121,7 @@ cc_library(
], ],
copts = ABSL_DEFAULT_COPTS, copts = ABSL_DEFAULT_COPTS,
linkopts = ABSL_DEFAULT_LINKOPTS, linkopts = ABSL_DEFAULT_LINKOPTS,
visibility = ["//visibility:private"], visibility = ["//absl/log/internal:__pkg__"],
deps = [ deps = [
":stacktrace", ":stacktrace",
":symbolize", ":symbolize",
......
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