blob: 0f076ebfb76d1e0f1a0303a8debc62c900929461 [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.
library("io") {
kernel = true
sources = [
"console.cpp",
]
deps = [
"$zx/kernel/lib/debuglog",
]
}