load("//cuttlefish/bazel:rules.bzl", "cf_cc_binary") package( default_visibility = ["//:android_cuttlefish"], ) cf_cc_binary( name = "cvd_update_location", srcs = [ "main.cc", ], deps = [ "//cuttlefish/common/libs/fs", "//cuttlefish/host/libs/config:cuttlefish_config", "//cuttlefish/host/libs/location", "//libbase", "@gflags", "@grpc", "@grpc//:grpc++", ], )