Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 07c1eed

Browse files
Patrick SosinskiEmmanuel Garcia
Patrick Sosinski
and
Emmanuel Garcia
authored
[flutter_releases] Flutter 1.24.0-10.2.pre engine cherrypicks (#22568)
* Update 1.24 engine to use Dart 2.12.0-29.10.beta * Add SDK licenses to DEPS (#22551) * Use flutter public package for the time being (#22560) Co-authored-by: Emmanuel Garcia <[email protected]>
1 parent bd390c0 commit 07c1eed

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

DEPS

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ vars = {
3434
# Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS.
3535
# You can use //tools/dart/create_updated_flutter_deps.py to produce
3636
# updated revision list of existing dependencies.
37-
'dart_revision': '6fee8e27b8206acd82cd7ed6204941916a2568e5',
37+
'dart_revision': '09481aa6ca60a12a5885db108aa5152cecb73fb1',
3838

3939
# WARNING: DO NOT EDIT MANUALLY
4040
# The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py
@@ -465,6 +465,17 @@ deps = {
465465
'dep_type': 'cipd',
466466
},
467467

468+
'src/third_party/android_tools/sdk/licenses': {
469+
'packages': [
470+
{
471+
'package': 'flutter/android/sdk/licenses',
472+
'version': 'latest',
473+
}
474+
],
475+
'condition': 'download_android_deps',
476+
'dep_type': 'cipd',
477+
},
478+
468479
'src/third_party/android_embedding_dependencies': {
469480
'packages': [
470481
{

0 commit comments

Comments
 (0)