commit | 0ce3a783d549d023ddc553a04fed717ffb2ff533 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Jul 10 21:53:29 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jul 10 20:55:07 2014 +0000 |
tree | 0160cd85030c8d300b5a83009080fbf2d50ef75a | |
parent | 1b81aefa1abd4e60d76b30107da825c93e9cfe18 [diff] | |
parent | d59de2dc2c2a38516bd60180ac626b10a78a802b [diff] |
Merge "Indicate this uses dlmalloc."
diff --git a/BoardConfig.mk b/BoardConfig.mk index 7e4f1f8..9ae7039 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk
@@ -26,5 +26,7 @@ TARGET_RECOVERY_FSTAB = device/asus/deb/recovery.fstab +MALLOC_IMPL := dlmalloc + -include vendor/asus/deb/BoardConfigVendor.mk include device/asus/flo/BoardConfigCommon.mk