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