mirror of https://github.com/bazelbuild/rules_cc
Make `cc_helper.bzl` publicly `load()`-able for `@rules_java`
PiperOrigin-RevId: 672945291 Change-Id: I0c2a32475c1f2fdeffe28239cb0b9bead70295a7
This commit is contained in:
parent
5c1be25800
commit
ce4bc8a8de
|
@ -1,3 +1,3 @@
|
|||
"""Bzl load visibility package specs"""
|
||||
|
||||
INTERNAL_VISIBILITY = ["//cc/..."]
|
||||
INTERNAL_VISIBILITY = ["public"]
|
||||
|
|
Loading…
Reference in New Issue