blob: c2fe2bf218fbc78fb6663436e3e82c03c9379c2b [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("console") {
kernel = true
sources = [
"console.cc",
]
deps = [
"$zx/kernel/lib/cmdline",
]
public_configs = [ "$zx/public/gn/config:Wno-unused-function" ]
}