engine-flutter-autoroll c4fe3461e7
Roll Engine from 34236c98378d to 6c1e7843b0fb (15 revisions) (#76995)
* 3c6a39dbd Roll Fuchsia Linux SDK from oOI7Iq5ER... to oJPqi5jbV... (flutter/engine#24685)

* eaccacffe Roll Fuchsia Mac SDK from eWFcsfSTf... to SrGef2eEA... (flutter/engine#24687)

* aa98fbd8a Roll Skia from 202420e0147b to 59b389a407de (1 revision) (flutter/engine#24689)

* 4617e1445 Consistent naming for Win32 emebedder (flutter/engine#24686)

* 4b8b3e009 Roll Fuchsia Linux SDK from oJPqi5jbV... to RTXXU6CwW... (flutter/engine#24691)

* a70bb9554 Roll Fuchsia Mac SDK from SrGef2eEA... to y4fkeuwAq... (flutter/engine#24692)

* fc03d597a Roll Skia from 59b389a407de to 56a1f06db241 (1 revision) (flutter/engine#24693)

* 8719ff748 Roll Dart SDK from aa0fea71185b to 60b27ec0710a (8 revisions) (flutter/engine#24696)

* 423724ae5 Roll Fuchsia Linux SDK from RTXXU6CwW... to 1jbCxKA9Y... (flutter/engine#24700)

* 65e648e40 Roll Fuchsia Mac SDK from y4fkeuwAq... to 1QbiQ5i3i... (flutter/engine#24701)

* 307b488ea Roll Skia from 56a1f06db241 to 1f33ec568b3f (4 revisions) (flutter/engine#24702)

* 756aaa28c Roll Skia from 1f33ec568b3f to 5fa369787b21 (1 revision) (flutter/engine#24703)

* aafa4dc02 Roll Skia from 5fa369787b21 to 104e20f5b2b3 (1 revision) (flutter/engine#24704)

* 470a34cd2 Roll Skia from 104e20f5b2b3 to 0b750f2ef534 (1 revision) (flutter/engine#24706)

* 6c1e7843b Roll Skia from 0b750f2ef534 to 9b510a31561f (4 revisions) (flutter/engine#24708)
2021-03-01 11:19:59 -08:00
..
2020-09-02 18:35:05 -07:00

Flutter SDK dependency versions

The files in this directory specifies pinned versions of various dependencies of the flutter SDK.

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.

Ths bin/internal/flutter_plugins.version file specifies the version of the flutter/plugins repository to be used for testing. Note that flutter/plugins isn't an upstream dependency of flutter/flutter it is only used as part of the test suite for verification, the pinned version here makes sure that tests are deterministic at each flutter/flutter commit.