blob: ea10d7106deacd0535cbfeed9ed7580e6c4242c4 [file] [log] [blame]
# Copyright 2022 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.
declare_args() {
# If true, uses the new Rust virtio-net device instead of the legacy C++ device.
rust_virtio_net = true
}