blob: cadb879883865d9d0d5020e55246f5d4db2d2005 [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-umount") {
deps = [ ":umount" ]
}
executable("umount") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "main.cc" ]
deps = [
"//sdk/lib/fdio",
"//src/lib/storage/fs_management",
]
}