aboutsummaryrefslogtreecommitdiff
path: root/gazelle/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gazelle/BUILD')
-rw-r--r--gazelle/BUILD22
1 files changed, 10 insertions, 12 deletions
diff --git a/gazelle/BUILD b/gazelle/BUILD
index 2259933..ff51bab 100644
--- a/gazelle/BUILD
+++ b/gazelle/BUILD
@@ -1,17 +1,5 @@
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
-# The files needed for distribution
-filegroup(
- name = "distribution",
- srcs = glob(
- ["*"],
- allow_empty = True,
- ),
- visibility = [
- "//:__pkg__",
- ],
-)
-
bzl_library(
name = "setup",
srcs = ["setup.bzl"],
@@ -32,3 +20,13 @@ bzl_library(
"@bazel_tools//tools/build_defs/repo:utils.bzl",
],
)
+
+# TODO(arostovtsev): exclude everything below from distro tarball
+filegroup(
+ name = "distribution",
+ srcs = glob(
+ ["*"],
+ allow_empty = True,
+ ),
+ visibility = ["//visibility:public"],
+)