- Add source package - envoy-proxy needs it for Kafka protobuf files. OBS-URL: https://build.opensuse.org/request/show/746421 OBS-URL: https://build.opensuse.org/package/show/network:messaging:kafka/kafka?expand=0&rev=13
16 lines
289 B
Python
16 lines
289 B
Python
filegroup(
|
|
name = "request_protocol_files",
|
|
srcs = glob([
|
|
"*Request.json",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|
|
filegroup(
|
|
name = "response_protocol_files",
|
|
srcs = glob([
|
|
"*Response.json",
|
|
]),
|
|
visibility = ["//visibility:public"],
|
|
)
|