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

Commit 99392b8d authored by William Escande's avatar William Escande
Browse files

move non system_service flag to an hal file

Bug: 335049159
Bug: 315241296
Test: None
Flag: com.android.bluetooth.flags.audio_port_binder_inherit_rt
Change-Id: Ie8928e2741921ac44b4ea465d6879e1ad233f56a
parent 13eb7f94
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ aconfig_declarations {
        "dumpsys.aconfig",
        "framework.aconfig",
        "gap.aconfig",
        "hal.aconfig",
        "hap.aconfig",
        "hfp.aconfig",
        "hid.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ aconfig("bluetooth_flags_c_lib") {
    "dumpsys.aconfig",
    "framework.aconfig",
    "gap.aconfig",
    "hal.aconfig",
    "hap.aconfig",
    "hfp.aconfig",
    "hid.aconfig",

flags/hal.aconfig

0 → 100644
+12 −0
Original line number Diff line number Diff line
package: "com.android.bluetooth.flags"
container: "com.android.btservices"

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
    }
}
+0 −10
Original line number Diff line number Diff line
@@ -32,13 +32,3 @@ 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
    }
}