blob: 579be202040ee0082a8d25b977d0915d61eec144 [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("gfx") {
kernel = true
sources = [
"gfx.cpp",
]
deps = [
"$zx/kernel/lib/console",
]
}