• 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
..
android Loading commit data...
base Loading commit data...
commands Loading commit data...
dart Loading commit data...
data Loading commit data...
integration Loading commit data...
intellij Loading commit data...
ios Loading commit data...
runner Loading commit data...
src Loading commit data...
tester Loading commit data...
analytics_test.dart Loading commit data...
application_package_test.dart Loading commit data...
artifacts_test.dart Loading commit data...
asset_bundle_package_fonts_test.dart Loading commit data...
asset_bundle_package_test.dart Loading commit data...
asset_bundle_test.dart Loading commit data...
asset_bundle_variant_test.dart Loading commit data...
asset_test.dart Loading commit data...
base_utils_test.dart Loading commit data...
bug_report_test.dart Loading commit data...
cache_test.dart Loading commit data...
channel_test.dart Loading commit data...
compile_test.dart Loading commit data...
config_test.dart Loading commit data...
crash_reporting_test.dart Loading commit data...
dart_dependencies_test.dart Loading commit data...
dependency_checker_test.dart Loading commit data...
devfs_test.dart Loading commit data...
device_test.dart Loading commit data...
emulator_test.dart Loading commit data...
flutter_manifest_test.dart Loading commit data...
forbidden_imports_test.dart Loading commit data...
hot_test.dart Loading commit data...
project_test.dart Loading commit data...
protocol_discovery_test.dart Loading commit data...
resident_runner_test.dart Loading commit data...
stop_test.dart Loading commit data...
trace_test.dart Loading commit data...
utils_test.dart Loading commit data...
version_test.dart Loading commit data...
vmservice_test.dart Loading commit data...