blob: 751c60ef25632b37b090223ccb8e6c6aa7f18355 [file] [log] [blame]
# Copyright 2018 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("syslogger") {
visibility = [ "//garnet/public/lib/fsl/*" ]
sources = [
"init.cc",
"init.h",
]
public_deps = [
"//garnet/public/lib/syslog/cpp",
"//src/lib/fxl",
]
public_configs = [ "//garnet/public:config" ]
}