blob: 65c45302434a0f69be4de01b3ef35ddd1067c7f0 [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.
executable("debuglog") {
sources = [ "debuglog.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/public/lib/zx",
]
}