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