dart-sdk/tools/sdks
Jonas Termansen 1ccaa12af2 Update checked in SDK to 3.2.4.
The stable channel now has builds for all the platforms as there are no
longer any unstable platforms. Let's see if it works since there's no
reason to bump to a 3.3 dev since nobody has needed it yet.

Change-Id: If32e18aa3d26b12b8b7c24d0d36158a922174354
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345284
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Auto-Submit: Jonas Termansen <sortie@google.com>
2024-01-09 10:42:53 +00:00
..
.gitignore [fuchsia] Add SDK prebuilts to .gitignore 2018-07-23 18:48:09 +00:00
README Update checked in SDK to 3.2.4. 2024-01-09 10:42:53 +00:00

This directory contains a stable Dart SDK, which is used to bootstrap the Dart
SDK build and to run the test scripts.

The DEPS use CIPD's ${platform} syntax find the right SDK for the platform.

The SDK can be updated to a release commit from dev/beta/stable using:

    gclient setdep --var="sdk_tag=git_revision:$commit"

Because these SDKs are used for the presubmit dart format check on changed
files, they may need to be updated often when dart format is changing rapidly.