blob: 3e98bc1bf5b58ce0684186fe07b65d766c0f9c39 [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/assembly/bootfs_files_for_assembly.gni")
executable("fvm-check") {
visibility = [ ":*" ]
sources = [ "main.cc" ]
deps = [
"//src/storage/fvm",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/fdio-caller",
]
}
bootfs_files_for_assembly("bootfs") {
deps = [ ":fvm-check" ]
}