blob: ce26fb5e952506c6fec2c262a12a022d1337dcb5 [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") {
sources = [
"decompress.c",
]
deps = [
"$zx/system/ulib/c",
"$zx/system/ulib/zircon",
"$zx/third_party/ulib/lz4",
]
}