diff options
| author | Simon Shields <keepcalm444@gmail.com> | 2016-08-26 23:41:09 +1000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2016-08-26 09:39:14 -0700 |
| commit | 8524d53abcbb5e77812aa42c008727361189e1e5 (patch) | |
| tree | d1651e289f819240fccd6b1926b5e131756a26c7 | |
| parent | f13d31d1d05d43b5f3162dc6c63cebaf1eccd642 (diff) | |
i9300: don't try and use dlmalloc anymore
it's gone, use MALLOC_SVELTE to optimise for low ram
Change-Id: I002393c39a59d5104396520f6098ec99b3fc1c48
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 001780d..c829a22 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,7 +20,7 @@ -include device/samsung/smdk4412-common/BoardCommonConfig.mk # Bionic -MALLOC_IMPL := dlmalloc +MALLOC_SVELTE := true # RIL BOARD_PROVIDES_LIBRIL := true |
