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 = [
721721 'pattern' : '.' ,
722722 'action' : ['python3' , 'src/third_party/dart/tools/generate_package_config.py' ],
723723 },
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+ },
724730 {
725731 # Update the Windows toolchain if necessary.
726732 'name' : 'win_toolchain' ,
Original file line number Diff line number Diff line change 1- Signature: e54286872cbf35f18a66b564937e9d97
1+ Signature: 499eb68044d9c4ec34a5c64ea8fac288
22
33UNUSED LICENSES:
44
@@ -17357,6 +17357,7 @@ FILE: ../../../third_party/dart/sdk/lib/html/html_common/conversions_dart2js.dar
1735717357FILE: ../../../third_party/dart/sdk/lib/html/html_common/html_common.dart
1735817358FILE: ../../../third_party/dart/sdk/lib/libraries.json
1735917359FILE: ../../../third_party/dart/sdk/lib/vmservice_libraries.json
17360+ FILE: ../../../third_party/dart/sdk/version
1736017361FILE: ../../../third_party/dart/third_party/clang.tar.gz.sha1
1736117362----------------------------------------------------------------------------------------------------
1736217363Copyright 2012, the Dart project authors.
You can’t perform that action at this time.
0 commit comments