summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Gao <jmgao@google.com>2016-01-06 20:30:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-01-06 20:30:29 +0000
commit6df92e75fcede11e0bc776ff9f5c64947335579a (patch)
tree64fefdf065aff77f8d92f879b550b88197eb68dc
parent5059332bf2c830b55edb410a918ab41326c9b74b (diff)
parent5325070827a0317b8fc8804b2f786655aa7d86bd (diff)
downloadhammerhead-6df92e75fcede11e0bc776ff9f5c64947335579a.tar.gz
Merge "Replace MALLOC_IMPL with MALLOC_SVELTE."
am: 5325070827 * commit '5325070827a0317b8fc8804b2f786655aa7d86bd': Replace MALLOC_IMPL with MALLOC_SVELTE.
-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