blob: 65e95a9d0a6fb0843a6fa618e41be11d4bc26d8f [file]
# 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_library("io") {
kernel = true
sources = [
"console.cc",
]
deps = [
"$zx/kernel/lib/debuglog",
]
}