blob: 38cc37780eafd602bb862f007be3f1ae5aa389f3 [file] [log] [blame] [edit]
# 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")
# LINT.IfChange
zx_library("fit") {
sdk = "source"
sdk_area = "Kernel"
sdk_publishable = "partner"
stable = true
sdk_headers = [
"lib/fit/defer.h",
"lib/fit/function.h",
"lib/fit/function_traits.h",
"lib/fit/internal/compiler.h",
"lib/fit/internal/function.h",
"lib/fit/internal/inline_any.h",
"lib/fit/internal/result.h",
"lib/fit/internal/utility.h",
"lib/fit/nullable.h",
"lib/fit/result.h",
"lib/fit/thread_checker.h",
"lib/fit/thread_safety.h",
"lib/fit/traits.h",
"lib/fit/inline_any.h",
]
sources = []
public_deps = [ "//sdk/lib/stdcompat" ]
}
# LINT.ThenChange(BUILD.bazel)
group("tests") {
testonly = true
deps = [ "test:tests" ]
}