blob: 9265f4a004243951544d6f3bbc26c190e710efdb [file] [log] [blame]
# Copyright 2020 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.
source_set("log") {
visibility = [ "//src/devices/bin/*" ]
sources = [
"log.cc",
"log.h",
]
deps = [
"//sdk/fidl/fuchsia.boot:fuchsia.boot_llcpp",
"//sdk/lib/fdio",
]
public_deps = [ "//zircon/system/ulib/syslog" ]
}