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

Commit 57254653 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Decouple Dumpsys and flatbuffers from mock" am: 279f1c42

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1858603

Change-Id: Iea1ea0bd6f6373f467b16b4d3da5cc21d00399b3
parents 85d46d22 279f1c42
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; }