blob: 37fa9098add142f4bed1716c624a0cf3710c4a20 [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.
zx_library("ffl") {
sdk = "source"
sdk_headers = [
"ffl/expression.h",
"ffl/fixed_format.h",
"ffl/fixed.h",
"ffl/saturating_arithmetic.h",
"ffl/utility.h",
]
sources = []
host = true
kernel = true
static = true
}