diff options
author | David 'Digit' Turner <digit@android.com> | 2011-02-02 17:36:34 +0100 |
---|---|---|
committer | David 'Digit' Turner <digit@android.com> | 2011-02-02 21:11:55 +0100 |
commit | 07db34976ba1dd045a51c4ab2c7f52479cddcc57 (patch) | |
tree | b669e7b99c01bd8aafd2079321c8cb80302454e0 /Makefile.android | |
parent | 7a5ee57895822a769f48ab40e590711a2459e2d1 (diff) | |
download | external_qemu-07db34976ba1dd045a51c4ab2c7f52479cddcc57.zip external_qemu-07db34976ba1dd045a51c4ab2c7f52479cddcc57.tar.gz external_qemu-07db34976ba1dd045a51c4ab2c7f52479cddcc57.tar.bz2 |
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
Diffstat (limited to 'Makefile.android')
-rw-r--r-- | Makefile.android | 5 |
1 files changed, 1 insertions, 4 deletions
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 \ |