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

Commit b18b074d authored by Myles Watson's avatar Myles Watson Committed by Gerrit Code Review
Browse files

Merge "HciHalHost: Add missing dependency NocpIsoClocker" into main

parents c1ef4a36 9f0da5cc
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>();
  }