engine-flutter-autoroll 523c5deebc
Roll engine 25c513c72a5a..7c702404b820 (5 commits) (#27701)
25c513c72a...7c702404b8

git log 25c513c72a5a4b2ef3cf5c174a9541e7f327d2b8..7c702404b820c670cda34b564ac3f8c0b914f40e --no-merges --oneline
7c702404b Create mipmaps for images when uploading them on the IO thread (flutter/engine#7751)
3183d151d Rename macOS framework to FlutterMacOS.framework (flutter/engine#7740)
aa275820b Support for loading dynamic patches in AOT mode. (flutter/engine#7744)
5bfb1ecb5 Roll src/third_party/skia f2a3f5943e4c..37064c1739f3 (11 commits) (flutter/engine#7752)
cf1d70a27 Add onPlatformBrightnessChanged/platformBrightness to stub ui window. (flutter/engine#7739)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (chinmaygarde@google.com), and stop
the roller if necessary.
2019-02-08 17:49:28 -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.