blob: c4846a76f7089d23e8f18712d6b0a44ad569f8c4 [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",
"//zircon/system/ulib/fs-management",
]
}