blob: 3b2c894298849aa9e55741e22ae730d5af34ece8 [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") {
sources = [ "main.cc" ]
deps = [
"//sdk/fidl/fuchsia.fshost:fuchsia.fshost_llcpp",
"//src/storage/fshost:headers",
"//zircon/system/ulib/service:service-llcpp",
]
}