Update the Dart package creation script to copy source files instead of...
Update the Dart package creation script to copy source files instead of creating symlinks to the source tree (#165242) The use of symlinks and the use of a directory as a GN output path may cause unnecessary rebuilds when Ninja checks file modification times to determine whether build outputs are up to date. Also remove various other unused featues that were copied from the original version of the script in the Mojo project.
Showing
- engine/src/flutter/build/dart/tools/dart_pkg.py 3 additions, 113 deletionsengine/src/flutter/build/dart/tools/dart_pkg.py
- engine/src/flutter/sky/dist/BUILD.gn 0 additions, 1 deletionengine/src/flutter/sky/dist/BUILD.gn
- engine/src/flutter/sky/packages/sky_engine/BUILD.gn 1 addition, 12 deletionsengine/src/flutter/sky/packages/sky_engine/BUILD.gn
Please register or sign in to comment