commit | f72ee269274170cd46af2844a2fe88767fb6e43c | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Aug 22 12:07:33 2012 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Wed Aug 22 12:07:33 2012 -0700 |
tree | aaa946e5d3aa1aff619876098a17714bdacb571e | |
parent | 78a3069f827386df6166ccf9366a89be782f1dde [diff] [blame] |
Revert "Upgrade to dlmalloc 2.8.5." This reverts commit 999089181ef60bb67e1a49f2cf6f4ec608a7caf8.
diff --git a/libc/Android.mk b/libc/Android.mk index 8085ac5..364f4ca 100644 --- a/libc/Android.mk +++ b/libc/Android.mk
@@ -500,10 +500,13 @@ libc_common_cflags := \ -DWITH_ERRLIST \ -DANDROID_CHANGES \ + -DUSE_LOCKS \ + -DREALLOC_ZERO_BYTES_FREES \ -D_LIBC=1 \ -DFLOATING_POINT \ -DINET6 \ -I$(LOCAL_PATH)/private \ + -DUSE_DL_PREFIX \ -DPOSIX_MISTAKE \ -DLOG_ON_HEAP_ERROR \ -std=gnu99