From: Mathias Agopian Date: Thu, 7 Mar 2013 06:37:33 +0000 (-0800) Subject: another attempt to fix the build X-Git-Tag: android-x86-4.4-r1~115^2~5^2~110 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3cd153a0;p=android-x86%2Fframeworks-native.git another attempt to fix the build Change-Id: Ie0245db97170cca9a2cd8783b0fd512daf0d30a6 --- diff --git a/opengl/tests/gl2_yuvtex/Android.mk b/opengl/tests/gl2_yuvtex/Android.mk index 7d437594a3..bb3cc0ce7f 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 9e5dba0514..e0e2c168b4 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)