Revert "GraphicsEnvironment: Fix ANGLE system driver selection logic"

This reverts commit 37df61fa8e.

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
Bug: 271862350
Change-Id: I01c659adee0ef6c68379a87320219855bdec4287
Test: atest CtsAngleIntegrationHostTestCases
This commit is contained in:
Peiyong Lin
2023-05-18 15:36:58 +00:00
parent 37df61fa8e
commit b9e61e03ae

View File

@@ -95,10 +95,6 @@ final class CoreSettingsObserver extends ContentObserver {
Settings.Global.ANGLE_GL_DRIVER_SELECTION_VALUES, String.class);
sGlobalSettingToTypeMap.put(
Settings.Global.ANGLE_EGL_FEATURES, String.class);
sGlobalSettingToTypeMap.put(
Settings.Global.ANGLE_DEFERLIST, String.class);
sGlobalSettingToTypeMap.put(
Settings.Global.ANGLE_DEFERLIST_MODE, String.class);
sGlobalSettingToTypeMap.put(
Settings.Global.SHOW_ANGLE_IN_USE_DIALOG_BOX, String.class);
sGlobalSettingToTypeMap.put(Settings.Global.ENABLE_GPU_DEBUG_LAYERS, int.class);