blob: dcafdc74f93bc6c142cf650e333022cd2e134888 [file] [log] [blame]
# 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() {
# This variable is no longer used, bur some of our infra build scripts still
# set it to an empty scope for historical reasons.
zircon_extra_args = {
}
# Forcibly disable all assertions for the Zircon kernel. If this is set, the
# default is to use the value of zx_assert_level to control assertions when
# building the kernel.
zircon_kernel_disable_asserts = false
# 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 = ""
# Compilation database filter. Gets passed to --export-compile-commands=<filter>.
zircon_compdb_filter = "default"
}