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

Commit c77b68e6 authored by Patrick Williams's avatar Patrick Williams
Browse files

Add unapplied transaction cleanup feature flag

Bug: 261757446
Test: n/a - only adding a feature flag
Flag: com.android.graphics.libgui.flags.unapplied_transaction_cleanup
Change-Id: I6741983621ecf17866281f9c176a6293e768617a
parent 3b797e23
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -32,6 +32,13 @@ flag {
  is_fixed_read_only: true
} # frametimestamps_previousrelease

flag {
  name: "unapplied_transaction_cleanup"
  namespace: "window_surfaces"
  description: "properly clean up resources for transactions that aren't applied"
  bug: "261757446"
} # unapplied_transaction_cleanup

flag {
  name: "bq_extendedallocate"
  namespace: "core_graphics"