blob: 754bbd3f9b3c2383f7a113d711a895fe44ed1094 [file]
# Copyright 2020 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.
import("//src/developer/ffx/build/ffx_plugin.gni")
ffx_plugin("ffx_reboot") {
version = "0.1.0"
edition = "2021"
with_unit_tests = true
deps = [
"//sdk/fidl/fuchsia.developer.ffx:fuchsia.developer.ffx_rust",
"//src/developer/ffx/lib/errors:lib",
]
test_deps = [ "//src/lib/fuchsia-async" ]
args_sources = [ "src/args.rs" ]
sources = [ "src/lib.rs" ]
}