blob: 3788be00a6f9cbfeb6326908fd30b3da8fd0a3ca [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("cros-health-tool") {
sources = [ "main.cc" ]
deps = [
"diag:libdiag",
"event:libevent",
"status:libstatus",
"telem:libtelem",
]
}