blob: 39fa912e1ce64fe4b02e660ca8f5108847a991b1 [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
zx_library("io") {
kernel = true
sources = [ "console.cc" ]
deps = [ "$zx/kernel/lib/debuglog" ]
}