am 6589ba15: am d10d3acd: Merge "Move jemalloc due to whole_static_library bug."

* commit '6589ba1561fd97785a0eb5c2eb8cc7d41a5b83e1':
  Move jemalloc due to whole_static_library bug.
This commit is contained in:
Christopher Ferris 2014-06-17 01:47:47 +00:00 committed by Android Git Automerger
commit c92354b66d
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