blob: 3883e23638c53cda2aab1f59216d233f8a5288a6 [file] [log] [blame]
"""Shared code for use with visibility specs."""
# Use when a target isn't actually public, but needs public
# visibility to keep Bazel happy.
# Such cases are typically for defaults of rule attributes or macro args that
# get used outside of rules_python itself.
NOT_ACTUALLY_PUBLIC = ["//visibility:public"]