| # 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 = [ "//src/lib/fsl/*" ] | |
| sources = [ | |
| "init.cc", | |
| "init.h", | |
| ] | |
| public_deps = [ | |
| "//src/lib/fxl", | |
| "//src/lib/syslog/cpp", | |
| ] | |
| public_configs = [ "//garnet/public:config" ] | |
| } |