summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl_yuvtex/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/gl_yuvtex/Android.mk')
-rw-r--r--opengl/tests/gl_yuvtex/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/opengl/tests/gl_yuvtex/Android.mk b/opengl/tests/gl_yuvtex/Android.mk
index 9e5dba0..e0e2c16 100644
--- a/opengl/tests/gl_yuvtex/Android.mk
+++ b/opengl/tests/gl_yuvtex/Android.mk
@@ -5,9 +5,10 @@ LOCAL_SRC_FILES:= \
gl_yuvtex.cpp
LOCAL_SHARED_LIBRARIES := \
- libcutils \
+ libcutils \
libEGL \
libGLESv1_CM \
+ libutils \
libui
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)