blob: 7ebe2aa00b009f4dc1cde43b5207180f77e56bde [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.
static_library("ffi") {
sources = [
"blobfs-export.cc",
"blobfs-export.h",
"chunked-decompressor.cc",
"chunked-decompressor.h",
]
deps = [
"//src/lib/chunked-compression",
"//src/lib/digest",
"//src/storage/blobfs",
"//zircon/system/ulib/fbl",
]
}