blob: 77cd019c94593c97c2436d100b64c24dc276ef36 [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/config/fuchsia/zbi.gni")
import("//build/images/assemble_system.gni")
import("//garnet/build/pkgfs.gni")
recovery_packages = [
"//garnet:build-info",
"//garnet/bin/appmgr",
"//garnet/bin/netcfg:config",
"//garnet/bin/netcfg",
"//garnet/bin/sysmgr",
"//garnet/go/src/amber",
"//src/connectivity/network/netstack",
"//src/connectivity/wlan/wlancfg",
"//src/connectivity/wlan/wlanstack:wlanstack2",
"//src/recovery/system",
pkgfs_package_label,
]
shell_commands("shell-commands") {
testonly = true
visibility = [ ":*" ]
deps = recovery_packages
}
config_package("config-data") {
testonly = true
visibility = [ ":*" ]
deps = recovery_packages
}
recovery_packages += [
":shell-commands",
":config-data",
]
assemble_system("recovery") {
base_packages = recovery_packages
netboot = true
devmgr_config = [ "virtcon.disable=true" ]
}