• 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
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
analysis_options.yaml Loading commit data...