From c8aa2c570d30098da59f1967d5158024ed28570d Mon Sep 17 00:00:00 2001 From: Vladimir Chtchetkine Date: Thu, 5 Apr 2012 16:22:55 -0700 Subject: Implements SDKCtlSocket that implements communication protocol wih SdkController In addition, this CL contains some minor tweaks to async-socket, and async-socket-connector that improve tracebility. Change-Id: Ib1309b19dcd02e96379155fea7015019d93160e7 --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index da3226e..9ebda53 100644 --- a/Makefile.common +++ b/Makefile.common @@ -479,6 +479,7 @@ CORE_MISC_SOURCES = \ android/android-device.c \ android/async-socket-connector.c \ android/async-socket.c \ + android/sdk-controller-socket.c \ android/sensors-port.c \ android/utils/timezone.c \ android/camera/camera-format-converters.c \ -- cgit v1.1