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

Commit be5cd0f7 authored by Henri Chataing's avatar Henri Chataing
Browse files

Create flag a2dp_service_looper

Bug: 337348333
Bug: 315241296
Bug: 337348017
Test: m com.android.btservices
Change-Id: I8621101f9420cb4c908955308311ad1e5f0e795b
parent 5ec6248c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -15,3 +15,13 @@ flag {
    description: "Support for concurrent A2DP source and sink"
    bug : "321806163"
}

flag {
    name: "a2dp_service_looper"
    namespace: "bluetooth"
    description: "Inject looper into A2dpService"
    bug: "337348333"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}