aboutsummaryrefslogtreecommitdiff
path: root/proto/prost/private/3rdparty/crates/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'proto/prost/private/3rdparty/crates/BUILD.bazel')
-rw-r--r--proto/prost/private/3rdparty/crates/BUILD.bazel16
1 files changed, 11 insertions, 5 deletions
diff --git a/proto/prost/private/3rdparty/crates/BUILD.bazel b/proto/prost/private/3rdparty/crates/BUILD.bazel
index 047ad27f..98e93544 100644
--- a/proto/prost/private/3rdparty/crates/BUILD.bazel
+++ b/proto/prost/private/3rdparty/crates/BUILD.bazel
@@ -13,15 +13,21 @@ exports_files(
"cargo-bazel.json",
"crates.bzl",
"defs.bzl",
- ] + glob(["*.bazel"]),
+ ] + glob(
+ include = ["*.bazel"],
+ allow_empty = True,
+ ),
)
filegroup(
name = "srcs",
- srcs = glob([
- "*.bazel",
- "*.bzl",
- ]),
+ srcs = glob(
+ include = [
+ "*.bazel",
+ "*.bzl",
+ ],
+ allow_empty = True,
+ ),
)
# Workspace Member Dependencies