Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f90ac3dc authored by Ian Elliott's avatar Ian Elliott
Browse files

Add "ro.hardware.egl_legacy" for ANGLE system driver

This supports the ability to switch between ANGLE and a legacy GLES
driver in cases when transitioning from a legacy GLES driver to ANGLE
as the system driver.  With ANGLE as the GLES system driver, the
platform needs a way to identify the legacy GLES driver, so that it
can be used for particular applications.

Test: CtsAngleDeveloperOptionHostTest
Bug: 224558229
Change-Id: Ifad93145cb3fc7d14b75472484b008d00656edc1
parent a5ef7d77
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -434,8 +434,9 @@ message SystemPropertiesProto {
            optional string vibrator = 37;
            optional string virtual_device = 38;
            optional string vulkan = 39;
            optional string egl_legacy = 40;

            // Next Tag: 40
            // Next Tag: 41
        }
        optional Hardware hardware = 27;

@@ -555,4 +556,3 @@ message SystemPropertiesProto {

    // Next Tag: 32
}