| # Copyright 2020 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() { | |
| # Where to emit a tracelog from Zircon's GN run. No trace will be produced if | |
| # given the empty string. Path can be source-absolute or system-absolute. | |
| zircon_tracelog = "" | |
| } |