migration: Remove unused sources.
Remove most of the migration-related sources, since they're completely
unused by the Android emulator build. So much less to actually refactor
to upstream level.
Change-Id: I1e8ad55366bb220a3da182e7b5cfb8db94f2974b
diff --git a/Makefile.common b/Makefile.common
index b4488f1..e9e9c4a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -405,16 +405,6 @@
common_LOCAL_CFLAGS += $(GCC_W_NO_MISSING_FIELD_INITIALIZERS)
-# migration sources
-#
-ifeq ($(HOST_OS),windows)
- common_LOCAL_SRC_FILES += migration-dummy-android.c
-else
- common_LOCAL_SRC_FILES += migration.c \
- migration-exec.c \
- migration-tcp-android.c
-endif
-
# misc. sources
#
CORE_MISC_SOURCES = \
@@ -422,9 +412,9 @@
async.c \
bt-host.c \
bt-vhci.c \
- buffered_file.c \
iohandler.c \
ioport.c \
+ migration-dummy-android.c \
qemu-char.c \
qemu-log.c \
readline.c \