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