aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD15
1 files changed, 11 insertions, 4 deletions
diff --git a/BUILD b/BUILD
index 85e0841..9f3f897 100644
--- a/BUILD
+++ b/BUILD
@@ -10,10 +10,17 @@ license(
licenses(["notice"])
-exports_files([
- "LICENSE",
- "WORKSPACE",
-])
+# Inputs for distro transformations and consistency tests.
+exports_files(
+ [
+ "LICENSE",
+ "WORKSPACE",
+ "MODULE.bazel",
+ "deps.bzl",
+ "version.bzl",
+ ],
+ visibility = ["//:__subpackages__"],
+)
filegroup(
name = "stardoc_rule_doc",