blob: 62cc3eca5bf95fa5580fe1172da0abfcaedcb798 [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-bridge") {
sources = [
"chunked-decompressor.cc",
"chunked-decompressor.h",
]
deps = [
"//src/lib/chunked-compression",
"//zircon/public/lib/fbl",
]
}