aboutsummaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorJiangyi <sam.andrew.jiang@gmail.com>2015-02-28 20:04:59 -0500
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-08-16 05:25:15 -0700
commitd6b243f6c59c943088253691844bd87a818eb34f (patch)
treec4670f7d6c49fd512c4559061dadb5c991ce2bf9 /BoardConfigCommon.mk
parentf8b2c0625e957726c55d4d21c101c0b4e4d052ba (diff)
downloaddevice_samsung_espressowifi-d6b243f6c59c943088253691844bd87a818eb34f.zip
device_samsung_espressowifi-d6b243f6c59c943088253691844bd87a818eb34f.tar.gz
device_samsung_espressowifi-d6b243f6c59c943088253691844bd87a818eb34f.tar.bz2
espresso-common: Use dlmalloc
Change-Id: I27d64a9d7adb027d59931fd24577fc7d3ee17232
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 43e9640..20ddfcd 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -33,6 +33,9 @@ BOARD_KERNEL_PAGESIZE := 2048
BOARD_KERNEL_BASE := 0x40000000
# BOARD_KERNEL_CMDLINE :=
+# Use dlmalloc
+MALLOC_IMPL := dlmalloc
+
# Init
TARGET_PROVIDES_INIT := true
TARGET_PROVIDES_INIT_TARGET_RC := true