Merge pull request #1345 from smparkes/smparkes/well-known-protos
export well known protos
This commit is contained in:
commit
812691227d
1 changed files with 6 additions and 0 deletions
6
BUILD
6
BUILD
|
@ -194,6 +194,12 @@ RELATIVE_WELL_KNOWN_PROTOS = [
|
|||
|
||||
WELL_KNOWN_PROTOS = ["src/" + s for s in RELATIVE_WELL_KNOWN_PROTOS]
|
||||
|
||||
filegroup(
|
||||
name = "well_known_protos",
|
||||
srcs = WELL_KNOWN_PROTOS,
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
cc_proto_library(
|
||||
name = "cc_wkt_protos",
|
||||
srcs = WELL_KNOWN_PROTOS,
|
||||
|
|
Loading…
Add table
Reference in a new issue