blob: 058fc785aeab8396448dac83d527bfb286409648 [file] [log] [blame]
cc_library(
name = "cuttlefish_logging",
hdrs = [
"logging.h",
],
visibility = ["//visibility:public"],
deps = [
"@glog_repo//:glog",
"//common/libs/auto_resources",
],
)