blob: 5410dff8ed3407ffc90060703a177e4510569323 [file] [log] [blame]
# Copyright 2019 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.
zx_executable("dlog") {
sources = [
"dlog.c",
]
deps = [
"$zx/system/fidl/fuchsia-boot:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}