| # Copyright 2019 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() { | |
| # TODO(fxb/41298): This is a temporary change to activate writing the | |
| # v1 FIDL wire-format selectively. Remove this when all bindings start | |
| # writing v1 wire-format by default. | |
| fidl_write_v1_wireformat = true | |
| } |