blob: 678c7baa473083e36b8ebfb24bf7c0701c2c23d1 [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/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/log",
"$zx/system/ulib/zx",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}