diff options
author | 2024-11-13 23:15:50 +0000 | |
---|---|---|
committer | 2024-11-13 23:19:13 +0000 | |
commit | 2e3bb3779dc3e23fe20de093163dc2ba016a11fa (patch) | |
tree | e7ad046dd1462665896ce9d5c65160348ab56848 | |
parent | e4002e31f2017682ec7892eda9418b4d88bc12d0 (diff) |
libgui: Add bq_gl_fence_cleanup flag
Bug: 339705065
Flag: EXEMPT new flag
Test: n/a
Change-Id: I06cf8bce5af75cc9eb9c462e953cf13a6bfde7c1
-rw-r--r-- | libs/gui/libgui_flags.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/gui/libgui_flags.aconfig b/libs/gui/libgui_flags.aconfig index 22d32e9769..6bf38c05f1 100644 --- a/libs/gui/libgui_flags.aconfig +++ b/libs/gui/libgui_flags.aconfig @@ -131,3 +131,11 @@ flag { bug: "359252619" is_fixed_read_only: true } # bq_producer_throttles_only_async_mode + +flag { + name: "bq_gl_fence_cleanup" + namespace: "core_graphics" + description: "Remove BufferQueueProducer::dequeue's wait on this fence (or the fence entirely) to prevent deadlocks" + bug: "339705065" + is_fixed_read_only: true +} # bq_gl_fence_cleanup |