blob: e2e70dfe30b14d3818ba6e613d349f0909bbb1e4 [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("debuglog") {
kernel = true
sources = [
"debuglog.cpp",
]
deps = [
"$zx/kernel/dev/udisplay:headers",
"$zx/kernel/lib/crashlog",
"$zx/kernel/lib/version",
]
}