Skip to content

Commit f7337ec

Browse files
hvadehracopybara-github
authored andcommitted
Add new sources to rules_java distribution filegroup
PiperOrigin-RevId: 652773224 Change-Id: Ie5f0504a406898587cb269c259cef869905c9454
1 parent f1e0b62 commit f7337ec

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

java/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ licenses(["notice"])
77
filegroup(
88
name = "srcs",
99
srcs = glob(["**"]) + [
10+
"//java/bazel/rules:srcs",
1011
"//java/common:srcs",
1112
"//java/private:srcs",
1213
"//java/proto:srcs",

java/bazel/rules/BUILD.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
# limitations under the License.
1414
load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
1515

16+
filegroup(
17+
name = "srcs",
18+
srcs = glob(["**"]),
19+
visibility = ["//java:__pkg__"],
20+
)
21+
1622
bzl_library(
1723
name = "rules",
1824
srcs = glob(["*.bzl"]),

0 commit comments

Comments
 (0)