diff options
-rw-r--r-- | emulator/opengl/shared/emugl/common/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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) |