blob: d678448b172d8d25f5b5b3bbd214a2bceda9e664 [file] [log] [blame] [edit]
# 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
# If true, redirects guest serial output to the system log.
redirect_guest_serial_logs = false
}