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

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

Merge "Decouple Dumpsys and flatbuffers from mock"

parents 7aca3a59 7cee1357
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#include "gd/neighbor/page.h"
#include "gd/os/handler.h"
#include "gd/security/security_module.h"
#include "gd/shim/dumpsys.h"
#include "gd/storage/storage_module.h"
#include "main/shim/entry.h"
#include "main/shim/stack.h"
@@ -46,6 +45,8 @@ os::Handler* mock_gd_shim_handler_{nullptr};
}  // namespace testing
}  // namespace hci

class Dumpsys;

namespace shim {

Dumpsys* GetDumpsys() { return nullptr; }