| # Copyright 2024 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/cpp/library_headers.gni") | |
| source_set("runtime") { | |
| public = [ "runtime-dynamic-linker.h" ] | |
| public_deps = [ "//sdk/lib/fit" ] | |
| sources = [ "runtime-dynamic-linker.cc" ] | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ "test:tests" ] | |
| } |