blob: 7b57065dd2559d746a8ffc478ec0d768ef960556 [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("fs-fsck") {
deps = [ ":fsck" ]
}
executable("fsck") {
sources = [ "main.cc" ]
deps = [
"//sdk/lib/fdio",
"//src/lib/storage/fs_management",
]
}