blob: 433b1e39296c5406383f97b46ef5ad12c4181ce0 [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.
executable("install-fuchsia-c") {
sources = [ "install-fuchsia.c" ]
deps = [
"//zircon/public/lib/fdio",
"//zircon/public/lib/launchpad",
"//zircon/public/lib/zx",
]
}
copy("install-fuchsia") {
sources = [ "install-fuchsia.sh" ]
outputs = [ "$root_build_dir/install-fuchsia" ]
}