Including dl heap stubs for the dalvikvm host build
Change-Id: I9d0ce98d433f71db25c58bf464ec9317552cfae6
This commit is contained in:
parent
0c0f68e8ff
commit
7ab237f1ef
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue