Ady Abraham | bcc90ee | 2024-02-28 15:43:51 -0800 | [diff] [blame^] | 1 | # IMPORTANT - please keep alphabetize to reduce merge conflicts |
| 2 | |
| 3 | package: "com.android.graphics.surfaceflinger.flags" |
| 4 | container: "system" |
| 5 | |
| 6 | flag { |
| 7 | name: "dont_skip_on_early_ro2" |
| 8 | namespace: "core_graphics" |
| 9 | description: "This flag is guarding the behaviour where SurfaceFlinger is trying to opportunistically present a frame when the configuration change from late to early" |
| 10 | bug: "273702768" |
| 11 | } # dont_skip_on_early_ro2 |
| 12 | |
| 13 | # IMPORTANT - please keep alphabetize to reduce merge conflicts |