engine-flutter-autoroll 3703e88792
Roll engine 20d3861ac8e1..05c034e5bb0a (10 commits) (#34621)
20d3861ac8...05c034e5bb

git log 20d3861ac8e1f8f38c8659b16b699d0e63db01b1..05c034e5bb0aebe325801eba6088de16c0d78593 --no-merges --oneline
05c034e5b Update component manifests for ambient replace-as-executable (flutter/engine#9350)
66022ce25 Roll src/third_party/skia 55091020435c..4b203ad7ac02 (6 commits) (flutter/engine#9352)
fcff2d619 Use the DartServiceIsolate status callback to publish the observatory URI to the Android embedder (flutter/engine#9337)
ea7ca9804 Send the isolate service ID from the engine to the embedder (flutter/engine#9324)
675033fc0 Check for invalid indexes when performing InputAdpator backspace. (flutter/engine#9322)
e5918d18f Roll src/third_party/skia 92b81e14d9c2..55091020435c (6 commits) (flutter/engine#9348)
e00ac47f4 Reorganize darwin for shared ios/macOS (flutter/engine#9255)
9da409c0e Fix crash on Huawei device with AndroidView (flutter/engine#9192)
a0f85546f Removed an unused class definition for iOS code. (flutter/engine#9346)
96a1a843c Replace lock_guard with scoped_lock and use class template argument deduction. (flutter/engine#9338)

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-06-18 14:07:56 -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.