| # Copyright 2024 The Fuchsia Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//build/components.gni") | |
| fuchsia_package_with_single_component("toolbox") { | |
| component_name = "toolbox" | |
| manifest = "meta/toolbox.cml" | |
| } |