flutter/bin/internal
engine-flutter-autoroll 6160c765c7
Roll engine 67319c00b9bd..c41bbc63d955 (11 commits) (#37246)
67319c00b9...c41bbc63d9

git log 67319c00b9bd8c56f5767e68e75d4eda1eda1b0a..c41bbc63d955cc7056a162957ac4eeeca6647dc2 --no-merges --oneline
c41bbc63d Roll src/third_party/skia 105c9d507045..9dc0b9e2f86a (1 commits) (flutter/engine#10255)
cf5f16579 Roll fuchsia/sdk/core/mac-amd64 from Ll-1wqbb7qCcqB1aAGQhUuhx-FErMYbEFrqlmGtLZ8cC to rJ53P95WbHakJemuGkRE3VOdlvohKPI91VcydLL0n2MC (flutter/engine#10254)
26bdd2545 Roll src/third_party/skia bff2939b6249..105c9d507045 (2 commits) (flutter/engine#10252)
aebfbecf6 Roll fuchsia/sdk/core/linux-amd64 from IhJQnx6zPTVQn-gcwAI6N7mF5r_I4x8iiex_LNcDuWAC to 7FSBCYS5vCVwpiozstnbIO6K7sCFQ87UYwo6NkeNrCIC (flutter/engine#10251)
d25b04c0f Roll fuchsia/sdk/core/mac-amd64 from bZKFxK3sVTeYLjs9ohb0RGkUaiPnhCoBv0Bun5_ezrwC to Ll-1wqbb7qCcqB1aAGQhUuhx-FErMYbEFrqlmGtLZ8cC (flutter/engine#10249)
88600f84e Roll src/third_party/skia e68b5bd4e6e9..bff2939b6249 (1 commits) (flutter/engine#10248)
23555704f Roll fuchsia/sdk/core/linux-amd64 from t0RagF4MaTp8dbNuL8PaVvRbMGnX7K0jRcnO-Vbw4k0C to IhJQnx6zPTVQn-gcwAI6N7mF5r_I4x8iiex_LNcDuWAC (flutter/engine#10247)
d445b1681 Roll fuchsia/sdk/core/mac-amd64 from tB0y68DmzKt_pHDzOKIZ27Tt0jE7i_sZO3_7vWaJ29kC to bZKFxK3sVTeYLjs9ohb0RGkUaiPnhCoBv0Bun5_ezrwC (flutter/engine#10245)
0c15f9370 Roll fuchsia/sdk/core/linux-amd64 from dO9lMhm4HyJyMOym5kHTfsqcTk7090IfvYADRzLosGoC to t0RagF4MaTp8dbNuL8PaVvRbMGnX7K0jRcnO-Vbw4k0C (flutter/engine#10244)
f336e05a6 Android Embedding PR37: Separated FlutterActivity and FlutterFragment via FlutterActivityAndFragmentDelegate (flutter/engine#9895)
98b13abc9 Roll src/third_party/skia 9ef1b771afa7..e68b5bd4e6e9 (7 commits) (flutter/engine#10243)

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 (franciscojma@google.com), and stop
the roller if necessary.
2019-07-30 14:52:29 -04:00
..
engine.merge_method Switch engine.merge_method back to squash (#24319) 2018-11-13 17:12:36 -08:00
engine.version Roll engine 67319c00b9bd..c41bbc63d955 (11 commits) (#37246) 2019-07-30 14:52:29 -04:00
fuchsia-linux.version [flutter_tool] Update Fuchsia SDK (#37037) 2019-07-29 09:29:14 -07:00
fuchsia-mac.version [flutter_tool] Update Fuchsia SDK (#37037) 2019-07-29 09:29:14 -07:00
goldens.version Updating cirrus fingerprint script to include goldens version (#36690) 2019-07-23 09:30:41 -07:00
gradle_wrapper.version Make artifacts URLs configurable. (#13380) 2017-12-07 16:30:23 +01:00
ideviceinstaller.version Reland bundle ios deps (#36093) 2019-07-15 09:22:29 -07:00
ios-deploy.version Reland bundle ios deps (#36093) 2019-07-15 09:22:29 -07:00
libimobiledevice.version Reland bundle ios deps (#36093) 2019-07-15 09:22:29 -07:00
libplist.version Reland bundle ios deps (#36093) 2019-07-15 09:22:29 -07:00
material_fonts.version Make artifacts URLs configurable. (#13380) 2017-12-07 16:30:23 +01:00
openssl.version Reland bundle ios deps (#36093) 2019-07-15 09:22:29 -07:00
README.md Add engine merge method configuration (#23953) 2018-11-07 13:06:38 -08:00
update_dart_sdk.ps1 Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
update_dart_sdk.sh Replace flutter.io with flutter.dev (#30562) 2019-04-05 11:39:30 -07:00
usbmuxd.version Reland bundle ios deps (#36093) 2019-07-15 09:22:29 -07: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.