Merge "Move jemalloc due to whole_static_library bug."

This commit is contained in:
Christopher Ferris 2014-06-17 00:49:49 +00:00 committed by Gerrit Code Review
commit d10d3acd45
2 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ endif
ifeq ($(MALLOC_IMPL),jemalloc)
libc_common_cflags += -DUSE_JEMALLOC
libc_malloc_src := bionic/jemalloc.cpp
libc_malloc_src := bionic/jemalloc_wrapper.cpp
else
libc_common_cflags += -DUSE_DLMALLOC
libc_malloc_src := bionic/dlmalloc.c