1Entry point to launching one or more Cuttlefish virtual devices.
2`cvd_internal_start` invokes `assemble_cvd` once to set up all devices, and
3then invokes `run_cvd` once per device. Arguments / flags are passed through to
4`assemble_cvd` and `run_cvd`.
5
6The `cvd_internal_start` executable used to be named `launch_cvd`, and is still
7referred to as `launch_cvd` in some places.
8
9[![Linkage diagram](./linkage.png)](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/start/linkage.svg)
10
11