commit | 6e54cdcbd28e1d73660e7a16bd42bd4799a9b264 | [log] [tgz] |
---|---|---|
author | Ady Abraham <adyabr@google.com> | Wed Sep 06 18:11:31 2023 -0700 |
committer | Ady Abraham <adyabr@google.com> | Thu Sep 07 18:55:44 2023 -0700 |
tree | 41c39e007ae62ceb5a21daec96ebb6000481df77 | |
parent | 32295332529e2d68c895875ba6f0a49fb02e1cd5 [diff] [blame] |
SF: add a server writable flag (non boot stable) Bug: 297389311 Test: presubmit Change-Id: I35cd5b7dd6160bcc45873eafae35c7497539fe56
diff --git a/services/surfaceflinger/surfaceflinger_flags.aconfig b/services/surfaceflinger/surfaceflinger_flags.aconfig index f47ed45..6519d3a 100644 --- a/services/surfaceflinger/surfaceflinger_flags.aconfig +++ b/services/surfaceflinger/surfaceflinger_flags.aconfig
@@ -15,3 +15,10 @@ bug: "278199093" is_fixed_read_only: true } + +flag{ + name: "late_boot_misc2" + namespace: "core_graphics" + description: "This flag controls minor miscellaneous SurfaceFlinger changes. Cannot be read before boot finished!" + bug: "297389311" +}