aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2011-08-17 18:33:45 +0200
committerDavid 'Digit' Turner <digit@android.com>2011-08-24 16:54:20 +0200
commit816e53ca385b64c18c9c7cfca569c4d747634e97 (patch)
tree22ecf23d95b0a165b2b00cf7a270c159825bd90b /Makefile.common
parent1fa2c1c394ce25ff41c4525d8d07983e00851266 (diff)
downloadexternal_qemu-816e53ca385b64c18c9c7cfca569c4d747634e97.zip
external_qemu-816e53ca385b64c18c9c7cfca569c4d747634e97.tar.gz
external_qemu-816e53ca385b64c18c9c7cfca569c4d747634e97.tar.bz2
Add DLL-loading head <android/utils/dll.h>
This patch adds several functions to make loading shared libraries dynamically easier. This will be used to load the GLES emulation libraries. Change-Id: Ib401af339530bc647bfa86fb23a2840fe0a201dd
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 2179ae7..5d1aa6e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -110,6 +110,7 @@ LOCAL_SRC_FILES += \
android/utils/assert.c \
android/utils/bufprint.c \
android/utils/debug.c \
+ android/utils/dll.c \
android/utils/dirscanner.c \
android/utils/filelock.c \
android/utils/ini.c \