Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e738e3fc authored by Peiyong Lin's avatar Peiyong Lin
Browse files

Revert "Add 2 ANGLE deferlist settings"

This reverts commit ce7b086c.

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
Test: atest CtsAngleIntegrationHostTestCases
Change-Id: I8435669a5df789531e60eeb9e11468b10bfacd9d
parent ce7b086c
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -14409,18 +14409,6 @@ public final class Settings {
        @Readable
        public static final String ANGLE_EGL_FEATURES = "angle_egl_features";
        /**
         * Comma-separated list of package names that ANGLE may have issues with
         * @hide
         */
        public static final String ANGLE_DEFERLIST = "angle_deferlist";
        /**
         * Integer mode of the logic for applying `angle_deferlist`
         * @hide
         */
        public static final String ANGLE_DEFERLIST_MODE = "angle_deferlist_mode";
        /**
         * Show the "ANGLE In Use" dialog box to the user when ANGLE is the OpenGL driver.
         * The value is a boolean (1 or 0).
+0 −4
Original line number Diff line number Diff line
@@ -468,10 +468,6 @@ message GlobalSettingsProto {
        optional SettingProto updatable_driver_prerelease_opt_in_apps = 18;

        optional SettingProto angle_egl_features = 19;
        // ANGLE - List of Apps that ANGLE may have issues with
        optional SettingProto angle_deferlist = 20;
        // ANGLE - Integer mode of the logic for applying `angle_deferlist`
        optional SettingProto angle_deferlist_mode = 21;
    }
    optional Gpu gpu = 59;

+0 −6
Original line number Diff line number Diff line
@@ -770,12 +770,6 @@ class SettingsProtoDumpUtil {
        dumpSetting(s, p,
                Settings.Global.ANGLE_EGL_FEATURES,
                GlobalSettingsProto.Gpu.ANGLE_EGL_FEATURES);
        dumpSetting(s, p,
                Settings.Global.ANGLE_DEFERLIST,
                GlobalSettingsProto.Gpu.ANGLE_DEFERLIST);
        dumpSetting(s, p,
                Settings.Global.ANGLE_DEFERLIST_MODE,
                GlobalSettingsProto.Gpu.ANGLE_DEFERLIST_MODE);
        dumpSetting(s, p,
                Settings.Global.SHOW_ANGLE_IN_USE_DIALOG_BOX,
                GlobalSettingsProto.Gpu.SHOW_ANGLE_IN_USE_DIALOG);
+0 −2
Original line number Diff line number Diff line
@@ -512,8 +512,6 @@ public class SettingsBackupTest {
                    Settings.Global.ANGLE_GL_DRIVER_SELECTION_PKGS,
                    Settings.Global.ANGLE_GL_DRIVER_SELECTION_VALUES,
                    Settings.Global.ANGLE_EGL_FEATURES,
                    Settings.Global.ANGLE_DEFERLIST,
                    Settings.Global.ANGLE_DEFERLIST_MODE,
                    Settings.Global.UPDATABLE_DRIVER_ALL_APPS,
                    Settings.Global.UPDATABLE_DRIVER_PRODUCTION_OPT_IN_APPS,
                    Settings.Global.UPDATABLE_DRIVER_PRERELEASE_OPT_IN_APPS,