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