aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorSteven Parkes <smparkes@smparkes.net>2016-03-22 17:56:07 -0700
committerSteven Parkes <smparkes@smparkes.net>2016-03-22 17:56:07 -0700
commitd5a573274df4fabd2afd34b5d98bc7ccf5cb5229 (patch)
treeb9ba0e24235790bbf93784f40a968e4170c386c5 /BUILD
parent34eeeff6407c947d481f4a7726774d23dc8fd321 (diff)
downloadprotobuf-d5a573274df4fabd2afd34b5d98bc7ccf5cb5229.tar.gz
protobuf-d5a573274df4fabd2afd34b5d98bc7ccf5cb5229.tar.bz2
protobuf-d5a573274df4fabd2afd34b5d98bc7ccf5cb5229.zip
export well known protos
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 2cb96b20..e35a2e8e 100644
--- a/BUILD
+++ b/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,