summaryrefslogtreecommitdiff
path: root/etc/import.prebuilt/TARGETS.protobuf
blob: f375192d93c094ef89e69d9d9e8227d51532e768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "protoc":
  {"type": ["@", "rules", "data", "staged"], "srcs": [["bin", "protoc"]]}
, "C++ runtime":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["protobuf"]
  , "hdrs": [["include", "protobuf"]]
  , "private-ldflags": ["-lprotobuf", "-lprotobuf_lite"]
  }
, "well_known_protos":
  { "type": ["@", "rules", "data", "staged"]
  , "srcs": [["proto/google/protobuf", "well_known_protos"]]
  }
}