mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Automated visibility attribute cleanup.
PiperOrigin-RevId: 523821060
This commit is contained in:
@@ -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.
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user