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

Commit e193800d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Camera: Add single thread device executor flag" into main

parents 530ad5bf 7fb86d81
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"