Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2c9ea21d authored by Jesse Wilson's avatar Jesse Wilson Committed by Android Git Automerger
Browse files

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

Merge commit '7ab237f1' into gingerbread-plus-aosp

* commit '7ab237f1':
  Including dl heap stubs for the dalvikvm host build
parents 703c85c6 7ab237f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)