engine-flutter-autoroll bbbd240635
Roll engine 185087a65f51..4aaa1a948828 (8 commits) (#35251)
185087a65f...4aaa1a9488

git log 185087a65f5104710399d107a5228636b558727c..4aaa1a948828bf2c322d10fb5c1bf4e954e1c228 --no-merges --oneline
4aaa1a948 Roll src/third_party/skia 842e92e29216..b851469b8e96 (6 commits) (flutter/engine#9568)
4e48fc47c Switched preprocessor logic for exporting symbols for testing. (NDEBUG (flutter/engine#9562)
50a8e7361 Has a binary messenger (flutter/engine#9419)
7483665e6 Re-enable embedder_unittests. (flutter/engine#9482)
773cf539f Roll fuchsia/sdk/core/linux-amd64 from SuKWYMSXAMq1uTo9eaIdIOQqBb7Ro-zLyNk01GPOiU8C to N9HpdqEHzWZIcSV_3JN4PNlUNeoK-Pism-mc-a7L-IoC (flutter/engine#9560)
c2fa689cd Roll src/third_party/skia d8f79a27b06b..842e92e29216 (108 commits) (flutter/engine#9558)
00c023b70 Roll fuchsia/sdk/core/mac-amd64 from dcGnduqJ5C8ozmUHeeboHC76nOv7s4XfCKIfefQlGkQC to 6WJ2NCb9uaOzVw20XC4kJqNcD4EP2VxT-PBocGsA6JsC (flutter/engine#9557)
7b9f59efd Run benchmarks on try jobs. (flutter/engine#9493)

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-06-28 04:41:55 -04: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.