Automated visibility attribute cleanup.

PiperOrigin-RevId: 523821060
This commit is contained in:
hai007
2023-04-12 15:26:27 -07:00
committed by Copybara-Service
parent 28f7498580
commit 3da0891479
+3 -1
View File
@@ -20,5 +20,7 @@ cc_library(
"wtsapi32.lib",
"version.lib",
],
visibility = ["//:__subpackages__"],
visibility = [
"//visibility:private", # Only private by automation, not intent. Owner may accept CLs adding visibility. See go/scheuklappen#explicit-private.
],
)