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.
15 lines
374 B
15 lines
374 B
5 years ago
|
# DO NOT EDIT. This file is generated by tools/proto_sync.py.
|
||
|
|
||
5 years ago
|
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package")
|
||
5 years ago
|
|
||
|
licenses(["notice"]) # Apache 2
|
||
|
|
||
5 years ago
|
api_proto_package(
|
||
5 years ago
|
deps = [
|
||
5 years ago
|
"//envoy/api/v2/auth:pkg",
|
||
5 years ago
|
"//envoy/config/core/v3:pkg",
|
||
|
"//envoy/type/matcher/v3:pkg",
|
||
5 years ago
|
"@com_github_cncf_udpa//udpa/annotations:pkg",
|
||
5 years ago
|
],
|
||
5 years ago
|
)
|