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

Commit b5927ac9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Move adapter flag outside of system_service" into main

parents bb29aaf4 144c8fa1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ aconfig_declarations {
    srcs: [
        "a2dp.aconfig",
        "active_device_manager.aconfig",
        "adapter.aconfig",
        "asha.aconfig",
        "audio_routing.aconfig",
        "avrcp.aconfig",
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ aconfig("bluetooth_flags_c_lib") {
  sources = [
    "a2dp.aconfig",
    "active_device_manager.aconfig",
    "adapter.aconfig",
    "asha.aconfig",
    "audio_routing.aconfig",
    "avrcp.aconfig",

flags/adapter.aconfig

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

flag {
    name: "adapter_suspend_mgmt"
    namespace: "bluetooth"
    description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
    bug: "366432079"
}
+0 −7
Original line number Diff line number Diff line
@@ -84,10 +84,3 @@ flag {
    description: "Replace binder call to the system server with a Messenger to enforce thread safety"
    bug: "321804999"
}

flag {
    name: "adapter_suspend_mgmt"
    namespace: "bluetooth"
    description: "Configure the BT adapter in a suspend state to avoid unexpected wake-up"
    bug: "366432079"
}