summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-01-05 10:40:28 -0800
committerJosh Gao <jmgao@google.com>2016-01-05 11:47:24 -0800
commit7618a7d2ce68bf5c88b4d003c88c4035cdef13da (patch)
treebe2ea55200bf3e39a69bd8713dd80f8a7eb68308
parent4227127ec66719397100d9700283d40e93560881 (diff)
downloadhammerhead-7618a7d2ce68bf5c88b4d003c88c4035cdef13da.tar.gz
Replace MALLOC_IMPL with MALLOC_SVELTE.
Bug: http://b/26390299 Change-Id: If093108ceb7874db634fe845c1a12ae1c0ebe2e6
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 540dc18..97f23f8 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -133,7 +133,7 @@ USE_DEVICE_SPECIFIC_QCOM_PROPRIETARY:= true
USE_DEVICE_SPECIFIC_CAMERA:= true
ifeq ($(USE_SVELTE_KERNEL),true)
-MALLOC_IMPL := dlmalloc
+MALLOC_SVELTE := true
endif
USE_CLANG_PLATFORM_BUILD := true