flutteractionsbot 656a1d9d43
[CP-beta] Fix out of band breakages on presubmit (#166438)
This pull request is created by [automatic cherry pick workflow]

### Issue Link:
What is the link to the issue this cherry-pick is addressing?
https://github.com/flutter/flutter/issues/166553

CP of 
* https://github.com/flutter/flutter/pull/165620
* https://github.com/flutter/flutter/pull/165661
* https://github.com/flutter/flutter/pull/165675
* https://github.com/flutter/flutter/pull/165692 
* https://github.com/flutter/flutter/pull/165678
* *Not merged in master* https://github.com/flutter/flutter/pull/166559/

Test configuration error
https://mail.google.com/chat/u/0/#chat/space/AAAAQFWU2Go/dHeIlEXFg2w/dHeIlEXFg2w

### Changelog Description:
N/A

### Impact Description:
blocking https://github.com/flutter/flutter/pull/165430/

### Workaround:
none

### Risk:
What is the risk level of this cherry-pick?

### Test Coverage:
Are you confident that your fix is well-tested by automated tests?
2025-04-04 15:45:12 +00:00
..

Flutter Engine

Setting up the Engine development environment

See here

gclient bootstrap

Flutter engine uses gclient to manage dependencies.

If you've already cloned the flutter repository:

  1. Copy one of the engine/scripts/*.gclient to the root folder as .gclient:
    1. Googlers: copy rbe.gclient to enable faster builds with RBE
    2. Everyone else: copy standard.gclient
  2. run gclient sync from the root folder