hw/android_* -> hw/android/

Change-Id: Idf6ea6a02a5384c38cf911f41389d3a48fcdae35
diff --git a/Makefile.target b/Makefile.target
index e832fb8..e457b28 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -91,7 +91,7 @@
 
 ifeq ($(EMULATOR_TARGET_ARCH),arm)
 HW_SOURCES += \
-    android_arm.c \
+    android/android_arm.c \
     arm/pic.c \
     arm/boot.c \
     android/goldfish/interrupt.c \
@@ -138,7 +138,7 @@
 
 ifeq ($(EMULATOR_TARGET_ARCH),mips)
 HW_SOURCES += \
-    android_mips.c \
+    android/android_mips.c \
     mips/mips_pic.c \
     android/goldfish/interrupt.c \
     android/goldfish/switch.c \
diff --git a/hw/android_arm.c b/hw/android/android_arm.c
similarity index 100%
rename from hw/android_arm.c
rename to hw/android/android_arm.c
diff --git a/hw/android_mips.c b/hw/android/android_mips.c
similarity index 100%
rename from hw/android_mips.c
rename to hw/android/android_mips.c