blob: 94c577bbffdd44ce224ff9823930901f2ceb8cb3 [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") {
shared = true
host = true
sources = [
"log.cc",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
]
configs += [ "$zx_build/public/gn/config:static-libc++" ]
public_configs = [ "$zx/public/gn/config:Wno-unused-function" ]
}