blob: ccd20f5dbb9daf6b47d15aca0b832f1567e77db4 [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/dist/resource.gni")
group("bringup") {
deps = [ "bundles:virtcon" ]
}
group("tests") {
testonly = true
deps = [
"bin:tests",
"lib:tests",
]
}
group("bootfs") {
deps = [ ":bringup-config" ]
}
resource("bringup-config") {
sources = [ "config/bringup.profiles" ]
outputs = "config/profiles/bringup.profiles"
}