blob: c821e3714a5aea73df1a753eb4b3e271bbbfd535 [file] [log] [blame]
# Copyright 2020 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.
# Replicate a ZN aggregation target for the GN build.
group("metrics") {
deps = [
"//zircon/system/ulib/fs/metrics:metrics-cobalt",
"//zircon/system/ulib/fs/metrics:metrics-composite-latency-event",
"//zircon/system/ulib/fs/metrics:metrics-inspect",
]
}