From 72937452bda2517909509b0b6f13f509ecd790e7 Mon Sep 17 00:00:00 2001 From: Peiyong Lin Date: Fri, 19 May 2023 12:35:09 +0000 Subject: [PATCH] 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/proto/android/os/system_properties.proto b/core/proto/android/os/system_properties.proto index 84c82e094dd45..10f07aca9cc03 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;