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

Commit 039a371a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "gd: Start vendor specific event manager when hci enable" into sc-dev

parents adde1008 ced7f993
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,12 +99,12 @@ void Stack::StartEverything() {
    modules.add<hci::HciLayer>();
    modules.add<storage::StorageModule>();
    modules.add<shim::Dumpsys>();
    modules.add<hci::VendorSpecificEventManager>();
  }
  if (common::init_flags::gd_controller_is_enabled()) {
    modules.add<hci::Controller>();
  }
  if (common::init_flags::gd_acl_is_enabled()) {
    modules.add<hci::VendorSpecificEventManager>();
    modules.add<hci::AclManager>();
  }
  if (common::init_flags::gd_l2cap_is_enabled()) {