engine-flutter-autoroll c4181b06f3
Roll engine 5088735e5f54..e28fc3c810ee (9 commits) (#29615)
5088735e5f...e28fc3c810

git log 5088735e5f54f7fb34215b6665cb4da1fd8f075d..e28fc3c810ee3c62ad201bc49f4934f0ed20a82c --no-merges --oneline
e28fc3c81 Define the dart_platform_sdk GN variable only on host targets (flutter/engine#8206)
e73dbf6a6 Roll src/third_party/skia 389b4b267d15..7eba20aef187 (2 commits) (flutter/engine#8209)
bc8ebcb96 Export FlutterSemanticsUpdateNotification and improve docs (flutter/engine#8203)
b404c69fd [scenic][SCN-1054] Move back off of SetTranslationRH (flutter/engine#8174)
71e2d7d8c Roll src/third_party/skia 4a522b7e916c..389b4b267d15 (32 commits) (flutter/engine#8205)
ad5b722a7 Simplify the fallback waiter and add traces for vsync scheduling overhead. (flutter/engine#8185)
6980a8356 [platform_view] iOSP platformView composition optimize. (flutter/engine#8202)
568841923 Disable build_ios due to large queue times. (flutter/engine#8204)
629072277 Merge only gpu and platform threads for platform views, fix deadlock. (flutter/engine#8045)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-03-19 16:04: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.