• Chris Bracken's avatar
    Eliminate snapshot/depfile options to build bundle (#21507) · 43a106e9
    Chris Bracken authored
    The --snapshot argument was only necessary in Dart 1. The --depfile
    argument was only used in Dart 2 mode to pass to the kernel compiler,
    but was inconsistent with the 'build aot' command, where the depfile was
    always set to build/kernel_compile.d.
    
    This patch updates 'build bundle' to emit the depfile to a location
    consistent with the 'build aot' command; since it's not intended to be
    user-configurable and flutter.gradle hardcodes the location to
    build/kernel_compile.d either way, this patch also eliminates the
    ability to configure the filename altogether.
    43a106e9
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...