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

Commit 3b13da5f authored by Kshitij Gupta's avatar Kshitij Gupta Committed by Android (Google) Code Review
Browse files

Merge "SystemUI: Add flag for IntrinsicLockDispatcher" into main

parents 3432d2c9 4181cd6b
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -2238,3 +2238,13 @@ flag {
        purpose: PURPOSE_BUGFIX
   }
}

flag {
    name: "sysui_intrinsic_lock_dispatcher"
    namespace: "systemui"
    description: "Custom dispatcher for background tasks, which uses intrinsic locks instead of ReentrantLock"
    bug: "419472502"
    metadata {
         purpose: PURPOSE_BUGFIX
    }
}