blob: 8278dc49f62ceb465477d1b29e32a38bb0255077 [file] [log] [blame]
# Copyright 2022 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/components.gni")
fuchsia_package("package") {
package_name = "root"
deps = [ ":component" ]
}
fuchsia_component("component") {
component_name = "root"
manifest = "root.cml"
}