diff --git a/opengl/tests/gl2_yuvtex/Android.mk b/opengl/tests/gl2_yuvtex/Android.mk index 7d437594a..bb3cc0ce7 100644 --- a/opengl/tests/gl2_yuvtex/Android.mk +++ b/opengl/tests/gl2_yuvtex/Android.mk @@ -5,9 +5,10 @@ LOCAL_SRC_FILES:= \ gl2_yuvtex.cpp LOCAL_SHARED_LIBRARIES := \ - libcutils \ + libcutils \ libEGL \ libGLESv2 \ + libutils \ libui LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes) diff --git a/opengl/tests/gl_yuvtex/Android.mk b/opengl/tests/gl_yuvtex/Android.mk index 9e5dba051..e0e2c168b 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)