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

Commit 40e04599 authored by Henri Chataing's avatar Henri Chataing Committed by Gerrit Code Review
Browse files

Merge "Add flag a2dp_source_threading_fix" into main

parents e13ca783 a4391a5f
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -147,3 +147,14 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}


flag {
    name: "a2dp_source_threading_fix"
    namespace: "bluetooth"
    description: "Schedule A2DP source setup operations to bt_main_thread to prevent races"
    bug: "374166531"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}