
d48de7a3ec...3757390fa4
git log d48de7a3ec97ebf7ffe543aa74993efa51064789..3757390fa4b00d2d261bfdf5182d2e87c9113ff9 --no-merges --oneline
3757390fa Roll src/third_party/dart ecd7a88606..0a7dcf17eb (4 commits)
61d3080d5 Add FFI to libraries.yaml. (flutter/engine#7811)
f5259b8e2 Roll src/third_party/skia b6f53783337e..186669c4128b (8 commits) (flutter/engine#7816)
816921b9e Use newer Skia API for PathMeasure (flutter/engine#7809)
da56ff9c6 Roll src/third_party/skia 94a5328e0e4b..b6f53783337e (8 commits) (flutter/engine#7812)
04fbc2545 Roll src/third_party/skia 66f09a72995a..94a5328e0e4b (1 commits) (flutter/engine#7810)
347d690b2 Add support for new Scenic clip planes. (flutter/engine#7804)
309b90ca5 Roll src/third_party/skia 14d64dd4c47c..66f09a72995a (8 commits) (flutter/engine#7805)
1dead52a8 Roll src/third_party/skia 0b6ae6386d34..14d64dd4c47c (10 commits) (flutter/engine#7802)
74d94e52c Revert "Use all font managers to discover fonts for strut. (#7734)" (flutter/engine#7801)
769016c88 Roll src/third_party/skia 63d477cd99b0..0b6ae6386d34 (9 commits) (flutter/engine#7798)
f7eb3cb20 Roll src/third_party/skia 217acf58d0d8..63d477cd99b0 (1 commits) (flutter/engine#7797)
c4a55552b Use all font managers to discover fonts for strut. (flutter/engine#7734)
17b7d1e0a Roll src/third_party/dart 754e5f404c..ecd7a88606 (8 commits)
b4ed8cff3 Roll src/third_party/skia 233fc0b03c02..217acf58d0d8 (1 commits) (flutter/engine#7795)
27ab9f7af Roll src/third_party/skia 454e5fb7457d..233fc0b03c02 (4 commits) (flutter/engine#7794)
c58f5fefe Roll src/third_party/dart fdfe40ea95..754e5f404c (13 commits)
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.
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.