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

Commit 2d333ba0 authored by Bao Do's avatar Bao Do
Browse files

Add flag audio_port_binder_inherit_rt

Bug: 335049159
Bug: 308712263
Flag: com.android.bluetooth.flags.audio_port_binder_inherit_rt
Test: mmm packages/modules/Bluetooth/system/audio_hal_interface

Change-Id: I5e239bb1aae2a03b5aa12dd3c69aa3f374ae6571
parent ae4c4168
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -32,3 +32,13 @@ flag {
    }
    bug: "338079154"
}

flag {
    name: "audio_port_binder_inherit_rt"
    namespace: "bluetooth"
    description: "Allow audio port AIDL thread to inherit thread priority from its caller"
    bug: "335049159"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}