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

Commit 21c9aa9f authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Automerger Merge Worker
Browse files

Merge "floss: Fix missing dependency on bt_shim" am: 271a1834 am: 6a8b08d9

parents c2cdc4ea 6a8b08d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -12,6 +12,10 @@ use std::time::Duration;
use syslog::{BasicLogger, Facility, Formatter3164};
use syslog::{BasicLogger, Facility, Formatter3164};
use tokio::time;
use tokio::time;


// Necessary to link right entries.
#[allow(unused_imports)]
use bt_shim;

use bt_topshim::{btif::get_btinterface, topstack};
use bt_topshim::{btif::get_btinterface, topstack};
use btstack::{
use btstack::{
    battery_manager::BatteryManager,
    battery_manager::BatteryManager,