blob: 57fc6a9a36c519dfd30efbc7fc7d59cb3d59249c [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 = [ "//zircon/third_party/ulib/cksum" ]
host = true
kernel = true
static = true
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}