mirror of https://github.com/bazelbuild/rules_cc
Explicitly export files needed by other packages
Add an explicit export statement (with the same visibility) for files that are currently only implicitly exported and used by other pacakges. This prepares changing the visibility of implicitly-exported files to be package private without causing a breakage. PiperOrigin-RevId: 280171386 Change-Id: I083a9d4f82067b4d4c94d7b554013aeb91e401cc
This commit is contained in:
parent
8e88d89faf
commit
31c46f250a
|
@ -129,3 +129,5 @@ filegroup(
|
|||
"ctoolchain_compare.bzl",
|
||||
],
|
||||
)
|
||||
|
||||
exports_files(["ctoolchain_compare.bzl"])
|
||||
|
|
Loading…
Reference in New Issue