blob: 8c7e6e18845b58471af5571e28a6b21e4e1d216f [file] [log] [blame] [edit]
# 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 = true
}