Minimal change to set ro.boot.hardware.egl=swiftshader
am: 9b3a5d9aec

Change-Id: I5472062d663b45c5737e39e594330f63cfad26f3
diff --git a/host/commands/launch/flags.cc b/host/commands/launch/flags.cc
index d1d7d21..3fa2717 100644
--- a/host/commands/launch/flags.cc
+++ b/host/commands/launch/flags.cc
@@ -249,6 +249,9 @@
   }
   tmp_config_obj.set_vm_manager(FLAGS_vm_manager);
 
+  // TODO(b/77276633): This should be handled as part of the GPU configuration
+  tmp_config_obj.add_kernel_cmdline("androidboot.hardware.egl=swiftshader");
+
   tmp_config_obj.set_serial_number(FLAGS_serial_number);
 
   tmp_config_obj.set_cpus(FLAGS_cpus);