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

Commit 7fb86d81 authored by Emilian Peev's avatar Emilian Peev
Browse files

Camera: Add single thread device executor flag

Introduce a new release flag controlling the single
thread executor behavior within the camera device
implementation.

Bug: 305857746
Test: Succesfull Build
Change-Id: I7c631cd8a44f314edb9c0ac20785a22ae68e5433
parent 3b93acb2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -153,6 +153,16 @@ flag {
     bug: "316375635"
}

flag {
     namespace: "camera_platform"
     name: "single_thread_executor"
     description: "Ensure device logic is run within one thread."
     bug: "305857746"
     metadata {
       purpose: PURPOSE_BUGFIX
     }
}

flag {
     namespace: "camera_platform"
     name: "surface_leak_fix"