engine-flutter-autoroll 51078bcb03
Roll Engine from b3a18f518282 to 2488c1f135c8 (11 revisions) (#75810)
* 8aeccc46a Roll Skia from 62b039b36d4d to e2c9d3c034dc (5 revisions) (flutter/engine#24312)

* 34991bb18 Roll Dart SDK from 02230d7386c7 to 4bd4c2a493e9 (6 revisions) (flutter/engine#24313)

* dcb23ea4e Roll Skia from e2c9d3c034dc to ec04e062f3f5 (5 revisions) (flutter/engine#24316)

* 0e90ebc6d Roll Fuchsia Mac SDK from LHRp0kYRi... to Yyj0Krr1G... (flutter/engine#24319)

* 5c23b54b8 Roll Fuchsia Linux SDK from QJfCXnklY... to cSlRZzm0z... (flutter/engine#24320)

* 204356d57 Roll Skia from ec04e062f3f5 to 7f942e46fda2 (3 revisions) (flutter/engine#24321)

* 7b0735ec7 Roll Dart SDK from 4bd4c2a493e9 to 4740b09e11d4 (2 revisions) (flutter/engine#24323)

* 4e760899e Roll Skia from 7f942e46fda2 to 9e2c50edaaac (1 revision) (flutter/engine#24324)

* 0c56493d8 Roll Skia from 9e2c50edaaac to 140adc676219 (1 revision) (flutter/engine#24326)

* bdb78dd54 Roll Dart SDK from 4740b09e11d4 to f832cd2d0536 (1 revision) (flutter/engine#24328)

* 2488c1f13 Revert "Reland "[metal] Darwin unified external metal textures (#2415… (flutter/engine#24331)
2021-02-10 15:24:26 -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.