blob: 33c3c0bb5b47ea0258e36c04e1fe9f55b1846fa0 [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.
import("//build/go/go_library.gni")
import("//build/go/toolchain.gni")
go_library("syslog") {
name = "syslog"
deps = [
"//garnet/public/lib/component/go/src/app($go_toolchain)",
"//zircon/public/fidl/fuchsia-logger($go_toolchain)",
]
}