blob: 11faa039985c87e4e12b8669cbb91ea5e1647d50 [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "main.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/fs-management",
]
}