aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/opengl/shared/emugl/common/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/opengl/shared/emugl/common/Android.mk')
-rw-r--r--emulator/opengl/shared/emugl/common/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/emulator/opengl/shared/emugl/common/Android.mk b/emulator/opengl/shared/emugl/common/Android.mk
index ae1c213..f1c20b5 100644
--- a/emulator/opengl/shared/emugl/common/Android.mk
+++ b/emulator/opengl/shared/emugl/common/Android.mk
@@ -6,7 +6,9 @@ LOCAL_PATH := $(call my-dir)
### emugl_common host library ###########################################
commonSources := \
+ lazy_instance.cpp \
smart_ptr.cpp \
+ thread_store.cpp \
host_commonSources := $(commonSources)
@@ -19,11 +21,14 @@ LOCAL_SRC_FILES := $(host_commonSources)
$(call emugl-export,CFLAGS,-m64)
$(call emugl-end-module)
+
### emugl_common_unittests ##############################################
host_commonSources := \
+ lazy_instance_unittest.cpp \
mutex_unittest.cpp \
smart_ptr_unittest.cpp \
+ thread_store_unittest.cpp \
$(call emugl-begin-host-executable,emugl_common_host_unittests)
LOCAL_SRC_FILES := $(host_commonSources)