blob: b33b139d57c828e8d9ba4065121cdd2ebe685d62 [file] [log] [blame]
# Copyright 2020 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.
import("//build/zircon/migrated_targets.gni")
zx_library("ram-crashlog") {
sdk = "source"
sdk_headers = [ "ram-crashlog/ram-crashlog.h" ]
sdk_migrated = true
sources = [ "ram-crashlog.cc" ]
deps = [ "$zx/third_party/ulib/cksum" ]
host = true
kernel = true
static = true
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}