blob: b7e8845b98c31c67756ee9f45dd311d0713510f4 [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.
library("log-writer-logger") {
shared = true
host = true
sources = [
"log-writer-logger.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-logger:c",
"$zx/system/ulib/c",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/log",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}