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

Commit 788af1c4 authored by jiabin's avatar jiabin
Browse files

Add flag for moving start/stopClient to command thread.

Bug: 341627085
Test: make
Change-Id: I9183b270e01a90ff59efb6d8ca6535ebea34c1f4
parent 4552f587
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -11,3 +11,10 @@ flag {
    description: "Enable the AAudio sample rate converter."
    bug: "219533889"
}

flag {
    name: "start_stop_client_from_command_thread"
    namespace: "media_audio"
    description: "Start or stop client from command thread."
    bug: "341627085"
}