blob: b7ec18d5a6e65df5fb17058aaa47fbf6e9ea4818 [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.
import("//build/zircon/migrated_targets.gni")
zx_library("ffl") {
sdk = "source"
sdk_headers = [
"ffl/expression.h",
"ffl/fixed_format.h",
"ffl/fixed.h",
"ffl/saturating_arithmetic.h",
"ffl/string.h",
"ffl/utility.h",
]
sdk_migrated = true
sources = [ "string.cc" ]
host = true
kernel = true
static = true
}
group("tests") {
testonly = true
deps = [ "test:tests" ]
}