blob: a2e61f124163f62b26db830c0c1cc5df2bea06ab [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.
group("disk-pave") {
deps = [
":install-disk-image",
]
}
executable("install-disk-image") {
sources = [
"disk-pave.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/paver",
]
}