flutter/packages/flutter_tools/lib
Chris Bracken 1ee9400130 Avoid rebuilding snapshots if no change to source (#11551) (#11793)
This change re-introduces skipping AOT snapshot builds if input sources
and outputs have not changed since the last snapshot build, assuming a
build for the same platform in the same build mode.

This reverts commit 3d5afb5a81.
It includes the following changes relative to the original:
  1. Include the entrypoint source in the checksums
  2. include the build mode in the checksums
  3. include the target platform in the checksums
2017-08-28 11:45:17 -07:00
..
src Avoid rebuilding snapshots if no change to source (#11551) (#11793) 2017-08-28 11:45:17 -07:00
executable.dart add a --machine mode to flutter config (#11112) 2017-07-07 16:00:45 -07:00