blob: 21569cc2767c234ed267d9bc4cd22e5fdd736cc2 [file] [log] [blame]
load("//proto:defs.bzl", "proto_library")
package(default_applicable_licenses = ["//third_party/bazel_rules/rules_proto:license"])
proto_library(
name = "empty_proto",
srcs = [
"empty.proto",
],
)