blob: 9ba8eb94179303bf4c65c9bb0052bed13039d58e [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-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/public/gn/config:static-libc++" ]
}