aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2014-08-15 11:01:32 +0200
committerDavid 'Digit' Turner <digit@google.com>2014-10-14 13:03:39 +0200
commit4f11a9a0d6f945f64f55543deecd8618306a437d (patch)
treefea7c99263b45671809b21be341b755b97f17d5f /Makefile.common
parent146038a5c810b1e07daca0232bb6ec75a204fdd2 (diff)
downloadqemu-4f11a9a0d6f945f64f55543deecd8618306a437d.tar.gz
android/base/async/ThreadLooper.h: new helper class
Change-Id: I8356ac52a9a55f9a6616e75e03b48cbf9fb788e9
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 7b7c957fa3..a575d29779 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -127,6 +127,7 @@ common_LOCAL_SRC_FILES += \
android/base/async/AsyncReader.cpp \
android/base/async/AsyncWriter.cpp \
android/base/async/Looper.cpp \
+ android/base/async/ThreadLooper.cpp \
android/base/containers/PodVector.cpp \
android/base/containers/PointerSet.cpp \
android/base/containers/HashUtils.cpp \