am fc11ebc5: am 3d5a4240: Merge "Fix build."

* commit 'fc11ebc50141c5fcd2d2a9ff36595d72962e7d07':
  Fix build.
This commit is contained in:
Christopher Ferris 2014-05-21 18:53:15 +00:00 committed by Android Git Automerger
commit 845e5c77b5

View File

@ -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