Skip to content

Commit

Permalink
Use envoy_proto_library macro for hot_restart.proto (envoyproxy#6828)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Fort <[email protected]>
  • Loading branch information
fcfort authored and mattklein123 committed May 6, 2019
1 parent e3ca81f commit 90aa112
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions source/server/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ load(
"//bazel:envoy_build_system.bzl",
"envoy_cc_library",
"envoy_package",
"envoy_proto_library",
"envoy_select_hot_restart",
)

Expand Down Expand Up @@ -107,13 +108,8 @@ envoy_cc_library(
],
)

cc_proto_library(
name = "hot_restart_cc",
deps = [":hot_restart_proto"],
)

proto_library(
name = "hot_restart_proto",
envoy_proto_library(
name = "hot_restart",
srcs = ["hot_restart.proto"],
)

Expand Down

0 comments on commit 90aa112

Please sign in to comment.