Przeglądaj źródła

export well known protos

Steven Parkes 9 lat temu
rodzic
commit
d5a573274d
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      BUILD

+ 6 - 0
BUILD

@@ -194,6 +194,12 @@ RELATIVE_WELL_KNOWN_PROTOS = [
 
 
 WELL_KNOWN_PROTOS = ["src/" + s for s in 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(
 cc_proto_library(
     name = "cc_wkt_protos",
     name = "cc_wkt_protos",
     srcs = WELL_KNOWN_PROTOS,
     srcs = WELL_KNOWN_PROTOS,