blob: 4b83a7f8b6c89922363e9b78863ba6dd6b4365fc [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.
# DO NOT MANUALLY EDIT!
# Generated by //scripts/sdk/gn/generate.py.
import("../../build/fuchsia_sdk_pkg.gni")
fuchsia_sdk_pkg("syslog") {
shared_libs = [ "syslog" ]
deps = [
]
sources = [
"include/lib/syslog/global.h",
"include/lib/syslog/logger.h",
"include/lib/syslog/wire_format.h",
]
include_dirs = [ "include" ]
}
group("all"){
deps = [
":syslog",
]
}