Merge "Move jemalloc due to whole_static_library bug."
This commit is contained in:
commit
d10d3acd45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user