This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -721,6 +721,12 @@ hooks = [
721
721
'pattern' : '.' ,
722
722
'action' : ['python3' , 'src/third_party/dart/tools/generate_package_config.py' ],
723
723
},
724
+ {
725
+ # Generate the sdk/version file.
726
+ 'name' : 'Generate sdk/version' ,
727
+ 'pattern' : '.' ,
728
+ 'action' : ['python3' , 'src/third_party/dart/tools/generate_sdk_version_file.py' ],
729
+ },
724
730
{
725
731
# Update the Windows toolchain if necessary.
726
732
'name' : 'win_toolchain' ,
Original file line number Diff line number Diff line change 1
- Signature: e54286872cbf35f18a66b564937e9d97
1
+ Signature: 499eb68044d9c4ec34a5c64ea8fac288
2
2
3
3
UNUSED LICENSES:
4
4
@@ -17357,6 +17357,7 @@ FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions_dart2js.dar
17357
17357
FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common.dart
17358
17358
FILE: ../../../third_party/dart/sdk/lib/libraries.json
17359
17359
FILE: ../../../third_party/dart/sdk/lib/vmservice_libraries.json
17360
+ FILE: ../../../third_party/dart/sdk/version
17360
17361
FILE: ../../../third_party/dart/third_party/clang.tar.gz.sha1
17361
17362
----------------------------------------------------------------------------------------------------
17362
17363
Copyright 2012, the Dart project authors.
You can’t perform that action at this time.
0 commit comments