blob: f0cfc98c51cb68b8682010d1ef5702c2d5ef2226 [file] [log] [blame]
# Copyright 2018 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("//build/rust/rustc_binary.gni")
import("//build/package.gni")
rustc_binary("bin") {
name = "recovery_netstack"
with_unit_tests = true
deps = [
"//third_party/rust-crates/rustc_deps:byteorder"
]
}
package("recovery_netstack") {
deps = [
":bin",
]
binary = "rust_crates/recovery_netstack"
meta = [{
path = rebase_path("//garnet/bin/appmgr/legacy_flat_exported_dir")
dest = "legacy_flat_exported_dir"
}]
}