summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-07-10 14:55:45 -0700
committerChristopher Ferris <cferris@google.com>2014-07-11 21:19:04 -0700
commitf3b869456e10857a0797b25bf34314f9333ec195 (patch)
tree58495f3299a2bd6d008186161a383dda95aa1fd8
parentebdd623a88922f12c74fa747e43e0b7a2f9fd172 (diff)
downloadmako-f3b869456e10857a0797b25bf34314f9333ec195.tar.gz
Indicate this uses dlmalloc.
Change-Id: Id56ba712bb89df46580e18848a34dcfc17e2b883 Conflicts: BoardConfig.mk
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index b124284..2d8b178 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -133,4 +133,6 @@ HAVE_ADRENO_SOURCE:= false
# Include an expanded selection of fonts
EXTENDED_FONT_FOOTPRINT := true
+MALLOC_IMPL := dlmalloc
+
-include vendor/lge/mako/BoardConfigVendor.mk