From 94a2fba98924c6684650d66409934358cb0c9d09 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Mon, 31 Jan 2011 10:49:06 -0800 Subject: Refactor the framebuffer service Change-Id: I8ac4580af65b8d58976c97b77b309dd202e75003 --- Makefile.android | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.android') diff --git a/Makefile.android b/Makefile.android index b681764..e4ed4ca 100644 --- a/Makefile.android +++ b/Makefile.android @@ -1056,7 +1056,7 @@ VL_SOURCES := framebuffer.c \ android/looper-qemu.c \ android/looper-generic.c \ android/display-core.c \ - android/framebuffer-core.c \ + android/protocol/fb-updates-proxy.c \ android/protocol/user-events-impl.c \ android/protocol/ui-commands-proxy.c \ android/protocol/core-commands-impl.c \ @@ -1215,7 +1215,7 @@ VL_SOURCES := framebuffer.c \ vl-android-ui.c \ console-ui.c \ iolooper-select.c \ - android/framebuffer-ui.c \ + android/protocol/fb-updates-impl.c \ android/protocol/ui-commands-impl.c \ android/protocol/core-commands-proxy.c \ android/protocol/user-events-proxy.c \ -- cgit v1.1