aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorVladimir Chtchetkine <vchtchetkine@google.com>2011-01-31 15:18:45 -0800
committerVladimir Chtchetkine <vchtchetkine@google.com>2011-01-31 15:18:45 -0800
commit85276806ec6ac969d7befa2496c1de59adaaac74 (patch)
tree1d8d2bbc7d13742129a0faad57ea51931c2e0080 /Makefile.android
parenta7880fe783781bbedf998916791ebd70fb252b88 (diff)
downloadexternal_qemu-85276806ec6ac969d7befa2496c1de59adaaac74.zip
external_qemu-85276806ec6ac969d7befa2496c1de59adaaac74.tar.gz
external_qemu-85276806ec6ac969d7befa2496c1de59adaaac74.tar.bz2
Refactor attach-UI service
Change-Id: Ia68ceb57ee5b5a66fa76b837fe3b990eb12e7188
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index e4ed4ca..e0383ff 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -1056,6 +1056,7 @@ VL_SOURCES := framebuffer.c \
android/looper-qemu.c \
android/looper-generic.c \
android/display-core.c \
+ android/protocol/attach-ui-proxy.c \
android/protocol/fb-updates-proxy.c \
android/protocol/user-events-impl.c \
android/protocol/ui-commands-proxy.c \
@@ -1215,6 +1216,7 @@ VL_SOURCES := framebuffer.c \
vl-android-ui.c \
console-ui.c \
iolooper-select.c \
+ android/protocol/attach-ui-impl.c \
android/protocol/fb-updates-impl.c \
android/protocol/ui-commands-impl.c \
android/protocol/core-commands-proxy.c \