blob: fcfebad5098b0204356f903a440c340c8aa4f7a8 [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.cpp",
]
deps = [
"$zx/kernel/dev/udisplay:headers",
"$zx/kernel/lib/crashlog",
"$zx/kernel/lib/version",
]
}