We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8de6e commit 65cad76Copy full SHA for 65cad76
proto/BUILD.bazel
@@ -20,9 +20,10 @@ filegroup(
20
"*.bzl",
21
"*.rs",
22
]) + [
23
+ "//proto/patches:distro",
24
"//proto/raze:srcs",
25
+ "//proto/raze/patch:distro",
26
"//proto/raze/remote:srcs",
- "//proto/patches:distro",
27
"BUILD.bazel",
28
],
29
visibility = ["//:__subpackages__"],
proto/raze/patch/BUILD.bazel
@@ -6,3 +6,14 @@ filegroup(
6
"protobuf-2.8.2.patch",
7
8
)
9
+
10
+filegroup(
11
+ name = "distro",
12
+ srcs = [
13
+ "BUILD.bazel",
14
+ "README.md",
15
+ ] + glob([
16
+ "*.patch",
17
+ ]),
18
+ visibility = ["//proto:__subpackages__"],
19
+)
0 commit comments