Skip to content

Commit

Permalink
Including dl heap stubs for the dalvikvm host build
Browse files Browse the repository at this point in the history
Change-Id: I9d0ce98d433f71db25c58bf464ec9317552cfae6
  • Loading branch information
Jesse Wilson committed Aug 19, 2010
1 parent 0c0f68e commit 7ab237f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcutils/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7ab237f

Please sign in to comment.