Merge "Missed a dependency on pthreads."

This commit is contained in:
Dan Albert
2014-11-07 17:35:25 +00:00
committed by Gerrit Code Review

View File

@@ -35,7 +35,7 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
ifdef LOCAL_IS_HOST_MODULE ifdef LOCAL_IS_HOST_MODULE
my_cppflags += -nostdinc++ my_cppflags += -nostdinc++
my_ldflags += -nodefaultlibs my_ldflags += -nodefaultlibs
my_ldlibs += -lc -lm my_ldlibs += -lc -lm -lpthread
endif endif
else ifneq ($(filter $(my_cxx_stl),stlport stlport_static),) else ifneq ($(filter $(my_cxx_stl),stlport stlport_static),)
ifndef LOCAL_IS_HOST_MODULE ifndef LOCAL_IS_HOST_MODULE