blob: 25e9924f6b359cc6ce29f12dd6283fb319006ffa [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("fake_fetchers") {
testonly = true
sources = [
"fake_archive.cc",
"fake_archive.h",
"fake_cpu_stats_fetcher.cc",
"fake_cpu_stats_fetcher.h",
"fake_log_stats_fetcher.cc",
"fake_log_stats_fetcher.h",
]
deps = [
"..:system_metrics_daemon_lib",
"//sdk/fidl/fuchsia.cobalt",
]
# TODO(fxbug.dev/58162): delete the below and fix compiler warnings
configs += [ "//build/config:Wno-conversion" ]
}