From 7cd3fbc6e2bb66702345440362881b86d57f09a1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 28 Jan 2014 22:02:15 -0800 Subject: gtest needs -lpthread. Change-Id: I020a56c0a762c4df9c0c7cabc17c862e05699c18 --- emulator/opengl/shared/emugl/common/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'emulator') diff --git a/emulator/opengl/shared/emugl/common/Android.mk b/emulator/opengl/shared/emugl/common/Android.mk index 0af670c..d0b9d4e 100644 --- a/emulator/opengl/shared/emugl/common/Android.mk +++ b/emulator/opengl/shared/emugl/common/Android.mk @@ -28,6 +28,7 @@ host_commonSources := \ $(call emugl-begin-host-executable,emugl_common_host_unittests) LOCAL_SRC_FILES := $(host_commonSources) LOCAL_C_INCLUDES += external/gtest/include +LOCAL_LDFLAGS += -lpthread $(call emugl-export,STATIC_LIBRARIES, libemugl_common libgtest_host libgtest_main_host) $(call emugl-end-module) -- cgit v1.1