aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.android
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-11-17 17:55:17 +0100
committerDavid 'Digit' Turner <digit@android.com>2010-11-17 17:55:17 +0100
commit4c0f745dc80d392fddea23eb8d4d7d86425ce0c6 (patch)
tree5da693710d1a3e81a7af3590619c8cbc6c7942d8 /Makefile.android
parent44e750e6d0375543f0d91d0a68432ae9c8489ccd (diff)
downloadexternal_qemu-4c0f745dc80d392fddea23eb8d4d7d86425ce0c6.zip
external_qemu-4c0f745dc80d392fddea23eb8d4d7d86425ce0c6.tar.gz
external_qemu-4c0f745dc80d392fddea23eb8d4d7d86425ce0c6.tar.bz2
Update android/utils/ with misc. new features.
This introduces a few new features to android/utils/ that will be used in later patches. + <android/utils/assert.h> to handle assertions + <android/utils/vector.h> to handle dynamic arrays + <android/utils/reflist.h> slightly updated (more docs) + <android/utils/refset.h> implements a set of pointers Change-Id: Iebc14cfefd1c0e8aaecda9958a980d40f0be610a
Diffstat (limited to 'Makefile.android')
-rw-r--r--Makefile.android8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.android b/Makefile.android
index 97bfafb..870d01e 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -754,18 +754,22 @@ UI_AND_CORE_SOURCES = \
sockets.c \
android/keycode-array.c \
android/charmap.c \
+ android/utils/assert.c \
android/utils/bufprint.c \
android/utils/debug.c \
- android/utils/path.c \
android/utils/dirscanner.c \
android/utils/filelock.c \
+ android/utils/mapfile.c \
android/utils/misc.c \
+ android/utils/panic.c \
+ android/utils/path.c \
android/utils/reflist.c \
+ android/utils/refset.c \
android/utils/stralloc.c \
android/utils/system.c \
android/utils/tempfile.c \
android/utils/timezone.c \
- android/utils/mapfile.c \
+ android/utils/vector.c \
android/avd/hw-config.c \
android/avd/info.c \
android/utils/ini.c \