# Copyright 2025 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. | |
# TODO(https://fxbug.dev/324111518): Remove when out-of-tree clients have migrated. | |
declare_args() { | |
# Temporary variable used to transition Rust VFS methods during renaming from | |
# open -> deprecated_open, and open3 -> open. | |
open3_rename_complete = true | |
} |