blob: 0a652a2ccb5947ece9f25978194c75094f031197 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("health") {
sources = [
"health.cc",
"health.h",
]
public_deps = [
"//src/lib/inspect_deprecated",
"//zircon/system/ulib/abs_clock",
]
public_configs = [ "//garnet/public:config" ]
}