From 07db34976ba1dd045a51c4ab2c7f52479cddcc57 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 2 Feb 2011 17:36:34 +0100 Subject: Simplify UI-only sources. Get rid of console-ui.c, qemu-timer-ui.c and modify vl-android-ui.c to use a generic Looper object instead of a crummy event loop. We still need to implement qemu_set_fd_handler for two sources under android/protocol/ but this will be cleaned up later. Change-Id: Icd0762675ca2f54e720a9cec40f96caea500b52f --- Makefile.android | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.android') diff --git a/Makefile.android b/Makefile.android index 1e103fd..7ddff81 100644 --- a/Makefile.android +++ b/Makefile.android @@ -690,7 +690,6 @@ CORE_MISC_SOURCES = vl-android.c \ module.c \ qemu-timer.c \ android/boot-properties.c \ - android/display.c \ android/hw-kmsg.c \ android/hw-lcd.c \ android/gps.c \ @@ -876,6 +875,7 @@ endif VL_SOURCES := android/framebuffer.c \ user-events-qemu.c \ android/cmdline-option.c \ + android/display.c \ android/looper-qemu.c \ android/protocol/ui-commands-qemu.c \ android/protocol/core-commands-qemu.c \ @@ -1209,14 +1209,11 @@ endif VL_SOURCES := android/framebuffer.c \ android/cmdline-option.c \ android/config.c \ - android/display.c \ android/looper-generic.c \ android/snapshot.c \ android/main-common.c \ android/main-ui.c \ - qemu-timer-ui.c \ vl-android-ui.c \ - console-ui.c \ iolooper-select.c \ android/protocol/core-connection.c \ android/protocol/attach-ui-impl.c \ -- cgit v1.1