xref: /aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/private/BUILD.bazel (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifanload(":bootstrap_utils.bzl", "srcs_module")
2*d4726bddSHONG Yifan
3*d4726bddSHONG Yifanpackage(default_visibility = ["//:__subpackages__"])
4*d4726bddSHONG Yifan
5*d4726bddSHONG Yifanexports_files(glob(["**"]))
6*d4726bddSHONG Yifan
7*d4726bddSHONG Yifansrcs_module(
8*d4726bddSHONG Yifan    name = "srcs_module",
9*d4726bddSHONG Yifan    srcs = "//crate_universe:rust_srcs",
10*d4726bddSHONG Yifan    dest = ":srcs.bzl",
11*d4726bddSHONG Yifan)
12*d4726bddSHONG Yifan
13*d4726bddSHONG Yifanfilegroup(
14*d4726bddSHONG Yifan    name = "bzl_srcs",
15*d4726bddSHONG Yifan    srcs = glob(["*.bzl"]),
16*d4726bddSHONG Yifan)
17