blob: 348d3ea8411ec4fc8512d74854e3ba6deb060929 [file] [log] [blame]
# Copyright 2021 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_starnix") {
version = "0.0.1"
edition = "2021"
plugin_deps = [
"adb:ffx_starnix_adb",
"shell:ffx_starnix_shell",
"start:ffx_starnix_start",
]
args_sources = [ "src/args.rs" ]
}