Move iolooper.h to include/android/

+ Move iolooper-select.c to android/

Change-Id: I5154aa491132b43c3b80c248bb8dd968f4d41c2a
diff --git a/Makefile.common b/Makefile.common
index c112693..f8a9669 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -98,11 +98,11 @@
 # Android utility functions
 #
 common_LOCAL_SRC_FILES += \
-	iolooper-select.c \
 	android/async-console.c \
 	android/async-utils.c \
 	android/charmap.c \
 	android/framebuffer.c \
+	android/iolooper-select.c \
 	android/keycode-array.c \
 	android/avd/hw-config.c \
 	android/avd/info.c \