Move android-trace.h to include/android/
+ android-trace_common.h -> include/android/trace_common.h
NOTE: trace_common.h is still in the top-level directory because
the qtools first need to be updated to include the header
at include/android/trace_common.h
+ trace.c -> android/
+ user-events.h -> include/android/
+ user-events-qemu.c -> android/
Change-Id: Idbf59c8b1a5cc2872f035eb3fa7f9922755f357d
diff --git a/android/console.c b/android/console.c
index 51209cf..b356d7c 100644
--- a/android/console.c
+++ b/android/console.c
@@ -47,7 +47,7 @@
#include <unistd.h>
#include <fcntl.h>
#include "android/hw-events.h"
-#include "user-events.h"
+#include "android/user-events.h"
#include "android/hw-sensors.h"
#include "android/keycode-array.h"
#include "android/charmap.h"