mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
`build`, `test`, and `run` commands all support the `--exec-strategy`
flag ('auto', 'local', 'remote').
This flag controls the RBE task execution strategy (when RBE is
enabled).
Closes #150877