blob: 60442f170b4e6fccb8532ab1d931ff9596aad110 [file] [log] [blame] [edit]
# Copyright 2018 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Do nothing.
group("all") {
deps = [
":install_init",
":install_script",
]
}
install_config("install_init") {
sources = [ "scripts/chromeos-disk-firmware-update.conf" ]
install_path = "upstart"
}
install_config("install_script") {
sources = [ "scripts/chromeos-disk-firmware-update.sh" ]
install_path = "sbin"
type = "executable"
}