xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/proto/BUILD.bazel (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1*d4726bddSHONG Yifanload("@rules_proto//proto:defs.bzl", "proto_library")
2*d4726bddSHONG Yifan
3*d4726bddSHONG Yifanpackage(default_visibility = ["//proto:__subpackages__"])
4*d4726bddSHONG Yifan
5*d4726bddSHONG Yifanproto_library(
6*d4726bddSHONG Yifan    name = "common",
7*d4726bddSHONG Yifan    srcs = ["common.proto"],
8*d4726bddSHONG Yifan)
9