blob: b85b946a2749f0e1f62c0fdf59e66083166c0cd3 [file] [log] [blame] [edit]
# 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") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "main.cc" ]
deps = [
"//sdk/lib/fdio",
"//src/lib/storage/fs_management",
]
}