Skip to content

Commit

Permalink
Merge pull request protocolbuffers#1345 from smparkes/smparkes/well-k…
Browse files Browse the repository at this point in the history
…nown-protos

export well known protos
  • Loading branch information
xfxyjwf committed Mar 23, 2016
2 parents 34eeeff + d5a5732 commit 8126912
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8126912

Please sign in to comment.