blob: ac23b1c4df96df13256af408e2d3486ed8f65f46 [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("gfxconsole") {
kernel = true
sources = [
"gfxconsole.cpp",
]
deps = [
"$zx/kernel/lib/gfx",
]
public_deps = [
# <lib/gfxconsole.h> has #include <lib/gfx.h>.
"$zx/kernel/lib/gfx",
]
}