From 8dd31e8e10fc3ca10192368acf19d2345eeddde7 Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Wed, 15 Feb 2012 17:16:04 -0800 Subject: Multi-touch emulation support Change-Id: I311dc55fe10f41637775baa330a7c732ff317f51 --- Makefile.common | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 8b98df8..54ab704 100644 --- a/Makefile.common +++ b/Makefile.common @@ -442,7 +442,10 @@ CORE_MISC_SOURCES = \ android/camera/camera-service.c \ android/adb-server.c \ android/adb-qemud.c \ - android/snaphost-android.c + android/snaphost-android.c \ + android/multitouch-screen.c \ + android/multitouch-port.c \ + android/utils/jpeg-compress.c $(call gen-hw-config-defs) -- cgit v1.1