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:
Googler 2019-11-13 04:26:47 -08:00 committed by Copybara-Service
parent 8e88d89faf
commit 31c46f250a
1 changed files with 2 additions and 0 deletions

View File

@ -129,3 +129,5 @@ filegroup(
"ctoolchain_compare.bzl",
],
)
exports_files(["ctoolchain_compare.bzl"])