blob: f57c8d98a0207fd226e733d2ee16f1610ff4a412 [file] [log] [blame] [edit]
# 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="125/19078.0.0/sdk/cros-sdk-19078.0.0"
# How to find the standalone toolchains from the above sdk.
TC_PATH="125/19078.0.0/sdk/toolchain-pkgs/%(target)s.tar.xz"
# Frozen version of SDK used for bootstrapping.
# If unset, SDK_LATEST_VERSION will be used for bootstrapping.
BOOTSTRAP_FROZEN_VERSION="117/18594.0.0/sdk/cros-sdk-18594.0.0"