blob: 5daeac927c1925c065186da5d0662a7d99aaade0 [file] [log] [blame]
Andrew Scull43d72e12017-11-20 14:14:55 +00001cc_library(
2 name = "libcitadel_updater",
3 srcs = [
4 "updater.cpp",
5 ],
6 visibility = ["//visibility:public"],
7 deps = [
8 "@boringssl//:ssl",
9 "@nugget_host_generic//:nos_headers",
10 "@nugget_host_generic_libnos//:libnos",
11 ],
12)