mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Closes https://github.com/flutter/flutter/issues/143474. This makes `--adb` and `--out_dir` have useful defaults for most environments. To be explicit, the `--out-dir` is still specified in the test runner (I could imagine refactoring this further to take a `--variant` instead, but not a priority). /cc @gmackall