aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-28 10:56:16 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-28 10:56:16 -0800
commit250b2e00af04f8407dea564e643dad4ef08b8a88 (patch)
treea9aac104fcd0752b3ba93246bf0fa98ac142ece0 /Makefile.android
parent138f690b8c80a0d0e06a0549d4715243c12a0c96 (diff)
downloadexternal_qemu-250b2e00af04f8407dea564e643dad4ef08b8a88.zip
external_qemu-250b2e00af04f8407dea564e643dad4ef08b8a88.tar.gz
external_qemu-250b2e00af04f8407dea564e643dad4ef08b8a88.tar.bz2
Refactored user-events protocol
Change-Id: I08afb96ef17a52c3795f5029acfc244a93ab57c7
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.android b/Makefile.android
index a5336aa..b681764 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1057,7 +1057,7 @@ VL_SOURCES := framebuffer.c \
android/looper-generic.c \
android/display-core.c \
android/framebuffer-core.c \
- android/user-events-core.c \
+ android/protocol/user-events-impl.c \
android/protocol/ui-commands-proxy.c \
android/protocol/core-commands-impl.c \
@@ -1204,7 +1204,6 @@ endif
# include other sources
#
VL_SOURCES := framebuffer.c \
- user-events-ui.c \
android/cmdline-option.c \
android/config.c \
android/display.c \
@@ -1219,6 +1218,7 @@ VL_SOURCES := framebuffer.c \
android/framebuffer-ui.c \
android/protocol/ui-commands-impl.c \
android/protocol/core-commands-proxy.c \
+ android/protocol/user-events-proxy.c \
# Add common system libraries
#