aboutsummaryrefslogtreecommitdiff
path: root/rules/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'rules/BUILD')
-rw-r--r--rules/BUILD13
1 files changed, 0 insertions, 13 deletions
diff --git a/rules/BUILD b/rules/BUILD
index 26cda0c..f7017bb 100644
--- a/rules/BUILD
+++ b/rules/BUILD
@@ -49,16 +49,11 @@ bzl_library(
srcs = ["common_settings.bzl"],
)
-# Exported for build_test.bzl to make sure of, it is an implementation detail
-# of the rule and should not be directly used by anything else.
-exports_files(["empty_test.sh"])
-
filegroup(
name = "test_deps",
testonly = True,
srcs = [
"BUILD",
- "empty_test.sh",
] + glob(["*.bzl"]),
)
@@ -73,14 +68,6 @@ filegroup(
],
)
-filegroup(
- name = "bins",
- srcs = glob(["*.sh"]),
- visibility = [
- "//:__pkg__",
- ],
-)
-
# export bzl files for the documentation
exports_files(
glob(["*.bzl"]),