You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
279 B
13 lines
279 B
7 years ago
|
load("//bazel:api_build_system.bzl", "api_proto_library")
|
||
|
|
||
|
api_proto_library(
|
||
|
name = "als",
|
||
|
srcs = ["als.proto"],
|
||
|
has_services = 1,
|
||
|
deps = [
|
||
|
"//envoy/api/v2:base",
|
||
|
"//envoy/api/v2:grpc_service",
|
||
|
"//envoy/api/v2/filter/accesslog",
|
||
|
],
|
||
|
)
|