From 0e879db6ea4ece750b3e7394bcf6f4a630e63401 Mon Sep 17 00:00:00 2001 From: zty98751 Date: Mon, 5 Aug 2024 15:04:37 +0800 Subject: [PATCH] add missing BUILD file --- .../filters/http/http_dubbo_transcoder/v3/BUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 api/contrib/envoy/extensions/filters/http/http_dubbo_transcoder/v3/BUILD diff --git a/api/contrib/envoy/extensions/filters/http/http_dubbo_transcoder/v3/BUILD b/api/contrib/envoy/extensions/filters/http/http_dubbo_transcoder/v3/BUILD new file mode 100644 index 000000000000..ee92fb652582 --- /dev/null +++ b/api/contrib/envoy/extensions/filters/http/http_dubbo_transcoder/v3/BUILD @@ -0,0 +1,9 @@ +# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py. + +load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package") + +licenses(["notice"]) # Apache 2 + +api_proto_package( + deps = ["@com_github_cncf_udpa//udpa/annotations:pkg"], +)