Merge "Fix build."

This commit is contained in:
Christopher Ferris 2014-05-21 18:47:36 +00:00 committed by Gerrit Code Review
commit 3d5a42408c

@ -505,7 +505,7 @@ ifeq ($(MALLOC_IMPL),jemalloc)
else
libc_common_cflags += -DUSE_DLMALLOC
libc_malloc_src := bionic/dlmalloc.cpp
libc_malloc_src := bionic/dlmalloc.c
endif
# To customize dlmalloc's alignment, set BOARD_MALLOC_ALIGNMENT in