blob: 5191bcde589ba825c91a47d73ddc20a0205c59b1 [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("$zx_build/public/gn/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" ]
}