blob: 77a70f9db143f7dc970a0fc36cc8403588a91339 [file]
# Copyright 2022 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# The last version of the sdk that we built & tested.
SDK_LATEST_VERSION="2026.08.14.86785"
# How to find the standalone toolchains from the above sdk.
TC_PATH="2026/08/%(target)s-2026.08.14.86785.tar.xz"
# Frozen version of SDK used for bootstrapping.
# If unset, SDK_LATEST_VERSION will be used for bootstrapping.
BOOTSTRAP_FROZEN_VERSION="2025.04.03.75763"
# The Google Storage bucket containing the SDK tarball and toolchains.
# If empty, Chromite will assume a default value, likely "chromiumos-sdk".
SDK_BUCKET=""