Make `cc_helper.bzl` publicly `load()`-able for `@rules_java`

PiperOrigin-RevId: 672945291
Change-Id: I0c2a32475c1f2fdeffe28239cb0b9bead70295a7
This commit is contained in:
Googler 2024-09-10 06:52:49 -07:00 committed by Copybara-Service
parent 5c1be25800
commit ce4bc8a8de
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
"""Bzl load visibility package specs"""
INTERNAL_VISIBILITY = ["//cc/..."]
INTERNAL_VISIBILITY = ["public"]