Greg Spencer 70d97f1a0a
Revert engine roll (#41213)
Reverting the last two engine rolls, since the first one caused an issue in the devicelab on 32-bit iOS devices.

* Revert "Roll engine e7fd442410f4..953ac71749ee (18 commits) (#41163)"
* Revert "Roll engine b875c7a5ff56..e7fd442410f4 (19 commits) (#41127)"
2019-09-24 11:23:52 -07:00
..
2019-09-24 11:23:52 -07:00

Dart SDK dependency

The bin/internal/engine.version file controls which version of the Flutter engine to use. The file contains the commit hash of a commit in the https://github.com/flutter/engine repository. That hash must have successfully been compiled on https://build.chromium.org/p/client.flutter/ and had its artifacts (the binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud Storage.

The /bin/internal/engine.merge_method file controls how we merge a pull request created by the engine auto-roller. If it's squash, there's only one commit for a pull request no matter how many engine commits there are inside that pull request. If it's rebase, the number of commits in the framework is equal to the number of engine commits in the pull request. The latter method makes it easier to detect regressions but costs more test resources.