From 816e53ca385b64c18c9c7cfca569c4d747634e97 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 17 Aug 2011 18:33:45 +0200 Subject: Add DLL-loading head 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 --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') 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 \ -- cgit v1.1