blob: 2f588262de22f0d1342cc288657845ed6ca228d7 [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.
import("//common-mk/pkg_config.gni")
# The telemetry tool executable.
pkg_config("libtelem_pkg_deps") {
pkg_deps = [
"libbrillo",
"libchrome-${libbase_ver}",
]
}
source_set("libtelem") {
deps =
[ "//diagnostics/cros_healthd_mojo_adapter:libcros_healthd_mojo_adapter" ]
configs += [ ":libtelem_pkg_deps" ]
sources = [ "telem.cc" ]
}