| commit | 3d5a42408ca24f86b8b81697b20012736cb48c2b | [log] [tgz] |
|---|---|---|
| author | Christopher Ferris <cferris@google.com> | Wed May 21 18:47:36 2014 +0000 |
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed May 21 18:47:36 2014 +0000 |
| tree | 1856f7408ea3f10218250afe8221a329367a8ea0 | |
| parent | 011076b720b0809a6b94703780e768cd7b877c68 [diff] | |
| parent | 8d2410d33d2c4eba6319664c965a750d863c7e05 [diff] |
Merge "Fix build."
diff --git a/libc/Android.mk b/libc/Android.mk index 543b4b4..299a46d 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -505,7 +505,7 @@ 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