summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-01-22 11:04:35 -0800
committerJosh Gao <jmgao@google.com>2016-01-22 11:04:35 -0800
commit70bde21ae4897b9215e240134c6fc18c2b871d02 (patch)
tree72412b1b3f2c2387f3afa0856e03795a7bc68146 /libpixelflinger
parenta649a7df15617e1e54cc89c2f682a5e6472bf304 (diff)
downloadsystem_core-70bde21ae4897b9215e240134c6fc18c2b871d02.tar.gz
system_core-70bde21ae4897b9215e240134c6fc18c2b871d02.tar.bz2
system_core-70bde21ae4897b9215e240134c6fc18c2b871d02.zip
Use dlmalloc from external/dlmalloc instead of bionic/.
Bug: http://b/17207577 Change-Id: Ib9b4cd417091b765402ad217ae0b5a10e3ffbc23
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/codeflinger/CodeCache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/codeflinger/CodeCache.cpp b/libpixelflinger/codeflinger/CodeCache.cpp
index d770302f2..4b498c144 100644
--- a/libpixelflinger/codeflinger/CodeCache.cpp
+++ b/libpixelflinger/codeflinger/CodeCache.cpp
@@ -63,7 +63,7 @@ static void heap_error(const char* msg, const char* function, void* p);
#define USAGE_ERROR_ACTION(m,p) \
heap_error("ARGUMENT IS INVALID HEAP ADDRESS", __FUNCTION__, p)
-#include "../../../../bionic/libc/upstream-dlmalloc/malloc.c"
+#include "../../../../external/dlmalloc/malloc.c"
static void heap_error(const char* msg, const char* function, void* p) {
ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p",