blob: 7bc82591b44be422cdade575edffa0ea78b1234e [file] [log] [blame]
# Copyright 2018 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.
group("installer") {
testonly = true
deps = [
":install-fuchsia",
]
}
copy("install-fuchsia") {
sources = [
"install-fuchsia.sh",
]
outputs = [
"$root_build_dir/install-fuchsia",
]
}