blob: 6eb3f1559a00d8abc98e9366a5cba3a24e5ad8d3 [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.
zx_library("log-writer-textfile") {
shared = true
host = true
sources = [
"log-writer-textfile.cc",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/log",
]
configs += [ "$zx_build/public/gn/config:static-libc++" ]
}