am 2c9ea21d: am 7ab237f1: Including dl heap stubs for the dalvikvm host build

Merge commit '2c9ea21de39cd4bd29bbcde81ba065dfb5e46f43'

* commit '2c9ea21de39cd4bd29bbcde81ba065dfb5e46f43':
  Including dl heap stubs for the dalvikvm host build
This commit is contained in:
Jesse Wilson 2010-08-21 09:36:09 -07:00 committed by Android Git Automerger
commit fa5a26885c

View file

@ -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)