aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-03-17 14:48:44 +0100
committerDavid 'Digit' Turner <digit@android.com>2011-04-11 18:08:02 +0200
commitbbb81047a39e39021b3b10e2d86af146d514bf8c (patch)
tree4096f5db54755fb1c9756de9a218e78babaea4a4 /Makefile.common
parentd6eb6be5f3d87d24aeb42083e08cf6e1dbaf4e96 (diff)
downloadexternal_qemu-bbb81047a39e39021b3b10e2d86af146d514bf8c.zip
external_qemu-bbb81047a39e39021b3b10e2d86af146d514bf8c.tar.gz
external_qemu-bbb81047a39e39021b3b10e2d86af146d514bf8c.tar.bz2
Add <android/utils/intmap.h> which implements an integer-keyed map of pointers.
This will be used later to support QEMUD fast pipes.
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 e872734..09fa4a1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -76,6 +76,7 @@ LOCAL_SRC_FILES += \
android/utils/dirscanner.c \
android/utils/filelock.c \
android/utils/ini.c \
+ android/utils/intmap.c \
android/utils/mapfile.c \
android/utils/misc.c \
android/utils/panic.c \