aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Wilson <jessewilson@google.com>2010-08-18 18:17:55 -0700
committerJesse Wilson <jessewilson@google.com>2010-08-18 21:23:13 -0700
commit7ab237f1efe578fc0462154bc239ad3b6cde2bda (patch)
tree2b327cf2b7b0a4c4429c76c39c709cc76cdf4380
parent0c0f68e8ff9fb88eaae614d1da316f0037484886 (diff)
downloadsystem_core-7ab237f1efe578fc0462154bc239ad3b6cde2bda.tar.gz
system_core-7ab237f1efe578fc0462154bc239ad3b6cde2bda.tar.bz2
system_core-7ab237f1efe578fc0462154bc239ad3b6cde2bda.zip
Including dl heap stubs for the dalvikvm host build
Change-Id: I9d0ce98d433f71db25c58bf464ec9317552cfae6
-rw-r--r--libcutils/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcutils/Android.mk b/libcutils/Android.mk
index 778b5bd8..e8c77754 100644
--- a/libcutils/Android.mk
+++ b/libcutils/Android.mk
@@ -84,7 +84,7 @@ endif
# Static library for host
# ========================================================
LOCAL_MODULE := libcutils
-LOCAL_SRC_FILES := $(commonSources) $(commonHostSources)
+LOCAL_SRC_FILES := $(commonSources) $(commonHostSources) dlmalloc_stubs.c
LOCAL_LDLIBS := -lpthread
LOCAL_STATIC_LIBRARIES := liblog
LOCAL_CFLAGS += $(hostSmpFlag)