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

Commit 7cee1357 authored by Chris Manton's avatar Chris Manton
Browse files

Decouple Dumpsys and flatbuffers from mock

Unnecessary inclusion when we don't dumpsys mocks

Bug: 202841894
Tag: #refactor
Test: gd/cert/run

Change-Id: Ia4d7e763a24584bd84e052545179645b52144eb9
parent e041c671
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; }