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

Commit 252f1f06 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Clean up flag android.os.enable_angle_allow_list" into main

parents c3e39c0b d1cbf58e
Loading
Loading
Loading
Loading
+18 −20
Original line number Diff line number Diff line
@@ -472,7 +472,6 @@ public class GraphicsEnvironment {
        Log.v(TAG, packageName + " is not listed in per-application setting");

        // Check the per-device allowlist shipped in the platform
        if (android.os.Flags.enableAngleAllowList()) {
        String[] angleAllowListPackages =
                context.getResources().getStringArray(R.array.config_angleAllowList);

@@ -493,7 +492,6 @@ public class GraphicsEnvironment {
                TAG,
                packageName
                        + " is not listed in ANGLE allowlist or settings, returning default");
        }

        // The user either chose default or an invalid value; go with the default driver.
        return ANGLE_GL_DRIVER_CHOICE_DEFAULT;
+0 −8
Original line number Diff line number Diff line
@@ -238,14 +238,6 @@ flag {
    bug: "276752881"
}

flag {
    name: "enable_angle_allow_list"
    namespace: "gpu"
    description: "Whether to read from angle allowlist to determine if app should use ANGLE"
    is_fixed_read_only: true
    bug: "370845648"
}

flag {
    name: "enable_binder_call_signal_collector"
    namespace: "backstage_power"