blob: d7888a05c0636beadd0b258e3d9499c1478f5e84 [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
import("//build/zircon/migrated_targets.gni")
zx_library("crashlog") {
kernel = true
sources = [
"crashlog.cc",
"panic_buffer.cc",
]
deps = [
"//zircon/kernel/lib/console",
"//zircon/kernel/lib/counters",
"//zircon/kernel/lib/version",
"//zircon/kernel/object:headers",
]
# TODO: testonly
deps += [ "test" ]
}