xref: /aosp_15_r20/external/bazelbuild-rules_rust/proto/BUILD.bazel (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifanload("@bazel_skylib//:bzl_library.bzl", "bzl_library")
2*d4726bddSHONG Yifan
3*d4726bddSHONG Yifanbzl_library(
4*d4726bddSHONG Yifan    name = "bzl_lib",
5*d4726bddSHONG Yifan    visibility = ["//visibility:public"],
6*d4726bddSHONG Yifan    deps = [
7*d4726bddSHONG Yifan        "//proto/prost:bzl_lib",
8*d4726bddSHONG Yifan        "//proto/protobuf:bzl_lib",
9*d4726bddSHONG Yifan    ],
10*d4726bddSHONG Yifan)
11