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 @@ -456,8 +456,8 @@ std::vector<GpuMode> GetGpuModeCandidates(const GuestConfig& guest_config) {
456456 gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngleHostLavapipe);
457457 gpu_mode_candidates.push_back (GpuMode::GuestSwiftshader);
458458 } else {
459- gpu_mode_candidates.push_back (GpuMode::GuestSwiftshader);
460459 gpu_mode_candidates.push_back (GpuMode::Gfxstream);
460+ gpu_mode_candidates.push_back (GpuMode::GuestSwiftshader);
461461 gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngle);
462462 gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngleHostSwiftshader);
463463 gpu_mode_candidates.push_back (GpuMode::GfxstreamGuestAngleHostLavapipe);
Original file line number Diff line number Diff line change @@ -44,15 +44,15 @@ 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" )
5252 if err != nil {
5353 t .Fatalf ("failed to get Vulkan sysprop: %w" , err )
5454 }
55- if vk_driver != "pastel " {
56- t .Errorf (`"ro.hardware.vulkan" was "%s"; expected "pastel "` , vk_driver )
55+ if vk_driver != "ranchu " {
56+ t .Errorf (`"ro.hardware.vulkan" was "%s"; expected "ranchu "` , vk_driver )
5757 }
5858}
You can’t perform that action at this time.
0 commit comments