summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-07-10 12:43:42 -0700
committerChristopher Ferris <cferris@google.com>2014-07-10 12:43:42 -0700
commitd59de2dc2c2a38516bd60180ac626b10a78a802b (patch)
tree0160cd85030c8d300b5a83009080fbf2d50ef75a
parent1b81aefa1abd4e60d76b30107da825c93e9cfe18 (diff)
downloaddeb-d59de2dc2c2a38516bd60180ac626b10a78a802b.tar.gz
Indicate this uses dlmalloc.
Change-Id: I27678c2ca40b5c409fb2d700c420c6235127850f
-rw-r--r--BoardConfig.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 7e4f1f8..9ae7039 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -26,5 +26,7 @@ TARGET_RELEASETOOLS_EXTENSIONS := device/asus/deb
TARGET_RECOVERY_FSTAB = device/asus/deb/recovery.fstab
+MALLOC_IMPL := dlmalloc
+
-include vendor/asus/deb/BoardConfigVendor.mk
include device/asus/flo/BoardConfigCommon.mk