blob: b5ce36e797d5df1f7261e19649aa6fd5225c92cf [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") {
shared = true
host = true
sources = [
"log.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
]
configs += [ "$zx/public/gn/config:static-libc++" ]
}