blob: 650423b2cfe3d5109e9a4eca6ddf09be32503f31 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
library("io") {
kernel = true
sources = [
"console.cpp",
]
deps = [
"$zx/kernel/lib/debuglog",
]
}