Read SDV Testing instructions for detailed information.
# Userdebug buld flavor, select one or the other source build/envsetup.sh && lunch sdv_core_cf-trunk_staging-userdebug # Userdebug # Clean up cvd reset -y ; (yes | cvd rm) ; cvd clear # Build up m installclean ; m # Create 2 VMs cvd --instance_name=instance1 create \ --report_anonymous_usage_stats=y \ --config=sdv_core_instance1 \ --extra_kernel_cmdline=" \ androidboot.sdv.orchestrator_config_path=/etc/orch/vm_foo_orch_config.textproto" cvd --instance_name=instance2 create \ --report_anonymous_usage_stats=y \ --config=sdv_core_instance2 \ --extra_kernel_cmdline=" \ androidboot.sdv.orchestrator_config_path=/etc/orch/vm_bar_orch_config.textproto"