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

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

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

Merge commit '2c9ea21d'

* commit '2c9ea21d':
  Including dl heap stubs for the dalvikvm host build
parents fc1a13bf 2c9ea21d
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)