Move memcheck implementation to android/qemu/memcheck/
Change-Id: I806820d2c3d3f1436bbca54e53a7fa1a0e0a4dba
diff --git a/hw/android/android_mips.c b/hw/android/android_mips.c
index d8b6d7b..431e640 100644
--- a/hw/android/android_mips.c
+++ b/hw/android/android_mips.c
@@ -22,7 +22,7 @@
#include "audio/audio.h"
#include "sysemu/blockdev.h"
#ifdef CONFIG_MEMCHECK
-#include "memcheck/memcheck_api.h"
+#include "android/qemu/memcheck/memcheck_api.h"
#endif // CONFIG_MEMCHECK
#include "android/utils/debug.h"