Files
flutter/bin/internal
engine-flutter-autoroll 33d302240d Roll engine 7e68097cc1d3..9f4341a2b869 (8 commits) (#45402)
git@github.com:flutter/engine.git/compare/7e68097cc1d3...9f4341a2b869

git log 7e68097cc1d3..9f4341a2b869 --no-merges --oneline
2019-11-22 bkonyi@google.com Roll src/third_party/dart 77ac3d0a5c..029e06b8d9 (4 commits) (#13974)
2019-11-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 0788481c63dc..7a538b1eeccd (3 commits) (#13973)
2019-11-22 bkonyi@google.com Roll src/third_party/dart 09d22a0509..77ac3d0a5c (14 commits) (#13970)
2019-11-22 iska.kaushik@gmail.com [fuchsia] Ensure we do not initialize nan RoundedRectangles (#13971)
2019-11-21 matthew-carroll@users.noreply.github.com Removed GET_ACTIVITIES flag from all manifest meta-data lookups. (#38891) (#13932)
2019-11-21 jason-simmons@users.noreply.github.com Remove the strace debug logging from the Fuchsia gen_package script (#13963)
2019-11-21 cstout@google.com [shell][fuchsia] Migrate away from deprecated async loop configs
2019-11-21 bkonyi@google.com Roll src/third_party/dart 521b168441..6fa41ae6f9 (1 commits) (#13961)


If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC aaclarke@google.com on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
2019-11-22 12:28:33 -05: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.