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
This commit is contained in:
Ian Elliott
2022-04-27 10:59:21 -06:00
parent a5ef7d7741
commit f90ac3dc84

View File

@@ -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
}