blob: 3c1d4536fc3c4b6bdbfe97f7fe9c07165eff4757 [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.
# Configurable logging, for audio tests or drivers
source_set("logging") {
sources = [
"logging.h",
]
public_deps = [
"//src/lib/fxl:fxl_logging",
]
}