File tree Expand file tree Collapse file tree
base/cvd/cuttlefish/host/commands/assemble_cvd
e2etests/cvd/graphics_detector_tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -397,8 +397,8 @@ std::vector<GpuMode> GetGpuModeCandidates(const GuestConfig& guest_config) {
397397 gpu_mode_candidates.push_back (GpuMode::DrmVirgl);
398398 }
399399
400- gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngle);
401400 gpu_mode_candidates.push_back (GpuMode::Gfxstream);
401+ gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngle);
402402 gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngleHostSwiftshader);
403403 gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngleHostLavapipe);
404404 gpu_mode_candidates.push_back (GpuMode::GuestSwiftshader);
Original file line number Diff line number Diff line change @@ -44,8 +44,8 @@ func TestLaunchingWithAutoEnablesGfxstream(t *testing.T) {
4444 if err != nil {
4545 t .Fatalf ("failed to get EGL sysprop: %w" , err )
4646 }
47- if gl_driver != "angle " {
48- t .Errorf (`"ro.hardware.egl" was "%s"; expected "angle "` , gl_driver )
47+ if gl_driver != "emulation " {
48+ t .Errorf (`"ro.hardware.egl" was "%s"; expected "emulation "` , gl_driver )
4949 }
5050
5151 vk_driver , err := c .GetSyspropString ("ro.hardware.vulkan" )
You can’t perform that action at this time.
0 commit comments