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