From f37d4bf5273e18bfa5cf1432ee65f3f34d4c2d4e Mon Sep 17 00:00:00 2001 From: Peiyong Lin Date: Fri, 19 May 2023 12:35:09 +0000 Subject: Revert "Add "ro.hardware.egl_legacy" for ANGLE system driver" This reverts commit f90ac3dc840caf6b7814c08ac7ae2b75ff96a973. Reason for revert: Remove deferred list functionality now that the shape of ANGLE shipping form is binaries. Applications on the list are broken with ANGLE due to the lack of YUV support, this is currently being worked on. Bug: 280450222 Change-Id: I9744d71713d8b592943032a8afc332e11bff842b Test: atest CtsAngleIntegrationHostTestCases --- 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 4f3eeb0733f4..7e26952a92da 100644 --- a/core/proto/android/os/system_properties.proto +++ b/core/proto/android/os/system_properties.proto @@ -434,9 +434,8 @@ message SystemPropertiesProto { optional string vibrator = 37; optional string virtual_device = 38; optional string vulkan = 39; - optional string egl_legacy = 40; - // Next Tag: 41 + // Next Tag: 40 } optional Hardware hardware = 27; @@ -556,3 +555,4 @@ message SystemPropertiesProto { // Next Tag: 32 } + -- cgit v1.2.3-59-g8ed1b