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

Commit 9f0da5cc authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

HciHalHost: Add missing dependency NocpIsoClocker

The dependency was used but not listed in https://r.android.com/2825625,
causing ChromeOS build (Floss) crashing.

Bug: 315719815
Tag: #floss
Test: mmm packages/modules/Bluetooth
Test: emerge-brya floss, Floss doesn't crash
Flag: EXEMPT, trivial dependency fixing
Change-Id: I6914c3ff1b0ecc02c735197f1b72adecb15c2da5
parent 15e3f645
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -285,6 +285,7 @@ class HciHalHost : public HciHal {

 protected:
  void ListDependencies(ModuleList* list) const {
    list->add<NocpIsoClocker>();
    list->add<metrics::CounterMetrics>();
    list->add<SnoopLogger>();
  }