bootstrap: add dependency on ":address". (#154)

Missed in commit 1a2b870f.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
pull/155/head
Piotr Sikora 7 years ago committed by htuch
parent 32b1173cce
commit 717134ab2d
  1. 1
      api/BUILD

@ -23,6 +23,7 @@ api_proto_library(
name = "bootstrap", name = "bootstrap",
srcs = ["bootstrap.proto"], srcs = ["bootstrap.proto"],
deps = [ deps = [
":address",
":base", ":base",
":cds", ":cds",
], ],

Loading…
Cancel
Save