General purpose memory allocator for linker.
Add basic general purpose memory allocator to linker in order to enable usage of other libraries like libziparchive. Change-Id: I4a680ebb36ed5ba67c61249f81dba9f567808434
This commit is contained in:
@@ -6,9 +6,11 @@ LOCAL_SRC_FILES:= \
|
||||
debugger.cpp \
|
||||
dlfcn.cpp \
|
||||
linker.cpp \
|
||||
linker_allocator.cpp \
|
||||
linker_block_allocator.cpp \
|
||||
linker_environ.cpp \
|
||||
linker_libc_support.c \
|
||||
linker_memory.cpp \
|
||||
linker_phdr.cpp \
|
||||
rt.cpp \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user