Export protobuf sources as filegroup (#77)

The source files needed for descriptor generation, at aa3aada1fa/test/proto/BUILD (L24) in lyft/envoy#1079
pull/80/head
Lizan Zhou 8 years ago committed by htuch
parent 6bdff02aae
commit eb2e9a4ef7
  1. 9
      bazel/repositories.bzl

@ -7,6 +7,15 @@ def api_dependencies():
build_file_content = """
load("@protobuf_bzl//:protobuf.bzl", "cc_proto_library", "py_proto_library")
filegroup(
name = "http_api_protos_src",
srcs = [
"google/api/annotations.proto",
"google/api/http.proto",
],
visibility = ["//visibility:public"],
)
cc_proto_library(
name = "http_api_protos",
srcs = [

Loading…
Cancel
Save