blob: 72fbb6ff8340d12619292a542ea7db9ca9fad3c7 [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("bootdata") {
sdk = "source"
sdk_headers = [ "bootdata/decompress.h" ]
sources = [
"decompress.c",
]
deps = [
"$zx/system/ulib/zircon",
"$zx/third_party/ulib/lz4",
]
}