Merge "Minimal change to set ro.boot.hardware.egl=swiftshader" into cuttlefish-testing
diff --git a/host/commands/launch/flags.cc b/host/commands/launch/flags.cc
index 1cf80b2..510d235 100644
--- a/host/commands/launch/flags.cc
+++ b/host/commands/launch/flags.cc
@@ -277,6 +277,9 @@
   }
   tmp_config_obj.set_wayland_socket(FLAGS_wayland_socket);
 
+  // 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);