Added ThreadPool to Android Makefile, hope this works

This commit is contained in:
Peter Thoman 2013-05-01 13:23:51 +02:00
parent f0f0fd2b75
commit 7a22148583

View File

@ -45,6 +45,7 @@ LOCAL_SRC_FILES :=\
profiler/profiler.cpp \
thread/threadutil.cpp \
thread/prioritizedworkqueue.cpp \
thread/threadpool.cpp \
gfx_es2/glsl_program.cpp \
gfx_es2/gl_state.cpp \
gfx_es2/draw_buffer.cpp.arm \