blob: 3aeedab4ec7e29e23b5adadc657be9639825a10c [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.
zx_executable("unbind") {
sources = [
"main.cc",
]
deps = [
"$zx/system/fidl/fuchsia-device:llcpp",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}