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

Commit 3500ed3b authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Add surface leak bug fix flag

Bug: 324071855
Test: Successful build
Change-Id: I5867bf0807db71c27c209015ef91658587e0786a
parent 22a5aa7c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -133,3 +133,13 @@ flag {
     description: "Enables 10-bit support in the camera extensions."
     bug: "316375635"
}

flag {
     namespace: "camera_platform"
     name: "surface_leak_fix"
     description: "Address Surface release leaks in CaptureRequest"
     bug: "324071855"
     metadata {
       purpose: PURPOSE_BUGFIX
     }
}