In flutter/engine/pull/53539, you see in sub-workspace yaml files we have to specify the paths: flutter/engine/tools/engine_tool/pubspec.yaml:
- litetest and process_fakes both have relative paths.
- but they are both listed at the root workspace.
To make the sub-workspace yaml files more concise (and easier to maintain), can we leave the path: out of the sub files?