Internal changes

PiperOrigin-RevId: 696155630
This commit is contained in:
Paul Chang 2024-11-13 09:01:02 -08:00 committed by Copybara-Service
parent e54d9cbddd
commit b94295b6d9
4 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ package(
], ],
default_visibility = [ default_visibility = [
# Placeholder for internal visibility, # Placeholder for internal visibility,
"//:__subpackages__", # Placeholder, do not modify "//:__subpackages__",
], ],
) )

View File

@ -3,7 +3,7 @@ package(
"//:license", # Placeholder comment, do not modify "//:license", # Placeholder comment, do not modify
], ],
default_visibility = [ default_visibility = [
"//:__subpackages__", # Placeholder, do not modify "//:__subpackages__",
], ],
) )