From f90ac3dc840caf6b7814c08ac7ae2b75ff96a973 Mon Sep 17 00:00:00 2001 From: Ian Elliott Date: Wed, 27 Apr 2022 10:59:21 -0600 Subject: [PATCH] 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 --- core/proto/android/os/system_properties.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/proto/android/os/system_properties.proto b/core/proto/android/os/system_properties.proto index 7e26952a92da0..4f3eeb0733f40 100644 --- a/core/proto/android/os/system_properties.proto +++ b/core/proto/android/os/system_properties.proto @@ -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 } -