am 472a4858: Merge "gtest needs -lpthread."

* commit '472a48585ec1cfb66c5716f85b0efdf528b29f5d':
  gtest needs -lpthread.
This commit is contained in:
Elliott Hughes 2014-01-29 01:50:34 +00:00 committed by Android Git Automerger
commit e7bd4f5cdf
1 changed files with 2 additions and 0 deletions

View File

@ -10,4 +10,6 @@ LOCAL_C_INCLUDES += \
LOCAL_STATIC_LIBRARIES += libgtest_host libgtest_main_host
LOCAL_SHARED_LIBRARIES +=
LOCAL_LDFLAGS += -lpthread
include $(BUILD_HOST_EXECUTABLE)