blob: c78cab1b4352a454e32e838cda44ee5c86846802 [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") {
deps = [
"diag:libdiag",
"event:libevent",
"telem:libtelem",
]
sources = [ "main.cc" ]
}