summaryrefslogtreecommitdiffstats
path: root/opengl/tests
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-03-06 22:37:33 -0800
committerMathias Agopian <mathias@google.com>2013-03-06 22:37:33 -0800
commit3cd153a0330d4234a536fc5f4e4346413bde5a44 (patch)
tree6ff7dc38de93972a9c261d1ba57d27a3145beef5 /opengl/tests
parent84b470d78f10b6fbfbf84edba749e5f7f315fc3a (diff)
downloadframeworks_native-3cd153a0330d4234a536fc5f4e4346413bde5a44.zip
frameworks_native-3cd153a0330d4234a536fc5f4e4346413bde5a44.tar.gz
frameworks_native-3cd153a0330d4234a536fc5f4e4346413bde5a44.tar.bz2
another attempt to fix the build
Change-Id: Ie0245db97170cca9a2cd8783b0fd512daf0d30a6
Diffstat (limited to 'opengl/tests')
-rw-r--r--opengl/tests/gl2_yuvtex/Android.mk3
-rw-r--r--opengl/tests/gl_yuvtex/Android.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/opengl/tests/gl2_yuvtex/Android.mk b/opengl/tests/gl2_yuvtex/Android.mk
index 7d43759..bb3cc0c 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 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)