Home | History | Annotate | Download | only in updater
      1 cc_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 )
     13