blob: bfc03aae099ce17cd4f975e325df291cc8563898 [file] [log] [blame]
Ady Abraham5ffd98a2023-08-24 17:37:01 -07001package: "com.android.graphics.surfaceflinger.flags"
2
3flag {
4 name: "misc1"
5 namespace: "core_graphics"
6 description: "This flag controls minor miscellaneous SurfaceFlinger changes"
7 bug: "297389311"
8 is_fixed_read_only: true
Brian Johnsonc99f6382023-09-07 10:52:30 -07009}
10
11flag {
12 name: "connected_display"
13 namespace: "core_graphics"
14 description: "Controls SurfaceFlinger support for Connected Displays"
15 bug: "278199093"
16 is_fixed_read_only: true
17}
Ady Abraham6e54cdc2023-09-06 18:11:31 -070018
19flag{
20 name: "late_boot_misc2"
21 namespace: "core_graphics"
22 description: "This flag controls minor miscellaneous SurfaceFlinger changes. Cannot be read before boot finished!"
23 bug: "297389311"
24}
ramindani70465c42023-09-08 10:58:29 -070025
26flag {
27 name: "vrr_config"
28 namespace: "core_graphics"
29 description: "Controls SurfaceFlinger support for VRR Configurations"
30 bug: "284845445"
31 is_fixed_read_only: true
32}