From 6d448806a80bcc2557ae0a38e7fd206967cf844e Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 18 Nov 2010 16:14:03 +0100 Subject: Introduce asynchronous operation helpers. contains generic helpers to read, write and connect to sockets. contains a helper class to connect to Android console port asynchronously. Change-Id: I5d0a49a770ad974c5d4382438d75e9eb624368d1 --- Makefile.android | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.android') diff --git a/Makefile.android b/Makefile.android index 942b03d..65d56c0 100644 --- a/Makefile.android +++ b/Makefile.android @@ -754,6 +754,8 @@ UI_AND_CORE_SOURCES = \ sockets.c \ android/keycode-array.c \ android/charmap.c \ + android/async-utils.c \ + android/async-console.c \ android/utils/assert.c \ android/utils/bufprint.c \ android/utils/debug.c \ -- cgit v1.1