blob: 6626c6731fd9be09b791bfcef522bd65fc6cd351 [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/fxl",
"//garnet/public/lib/syslog/cpp",
]
}