blob: cfbd5cd3da3a633f63e0a3e7aec67dd55a9cee17 [file] [log] [blame]
# 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() {
# Identifier for the Core SDK.
sdk_id = ""
# Whether to cross-compile SDK tools for all supported host toolchains,
# rather than just the current host toolchains.
# For example, if this is true then for instance if building on linux x64 then
# you'll also build SDK host tools for linux arm64.
sdk_cross_compile_host_tools = false
}