diff options
author | Simon Shields <keepcalm444@gmail.com> | 2015-12-16 14:08:40 +1100 |
---|---|---|
committer | Simon Shields <keepcalm444@gmail.com> | 2015-12-18 12:57:29 +1100 |
commit | bc3ae2755ee6b8ffc0d98b9a07f41ba690746fa8 (patch) | |
tree | 78d0a62e3b44c3149112f3f803222f6355a6fb76 | |
parent | 40639378a412299aa63e89678c601e76b63de646 (diff) | |
download | device_samsung_i9300-bc3ae2755ee6b8ffc0d98b9a07f41ba690746fa8.zip device_samsung_i9300-bc3ae2755ee6b8ffc0d98b9a07f41ba690746fa8.tar.gz device_samsung_i9300-bc3ae2755ee6b8ffc0d98b9a07f41ba690746fa8.tar.bz2 |
i9300: enable dlmalloc
Change-Id: I492e1974e0e1a1c0e70467e30190908909b60451
-rw-r--r-- | BoardConfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index b296fd8..f10e0e4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -19,6 +19,9 @@ -include device/samsung/smdk4412-common/BoardCommonConfig.mk +# Bionic +MALLOC_IMPL := dlmalloc + # RIL BOARD_PROVIDES_LIBRIL := true BOARD_MODEM_TYPE := xmm6262 |