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