am 18e6b280: Merge "Missed a dependency on pthreads."

* commit '18e6b2800158bb92a102aaaef812cabdddf00683':
  Missed a dependency on pthreads.
This commit is contained in:
Dan Albert 2014-11-07 18:32:49 +00:00 committed by Android Git Automerger
commit 40eb848d7d
1 changed files with 1 additions and 1 deletions

View File

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