summaryrefslogtreecommitdiffstats
path: root/opengl/tests/textures/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/textures/Android.mk')
-rw-r--r--opengl/tests/textures/Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/opengl/tests/textures/Android.mk b/opengl/tests/textures/Android.mk
index 97697d7..bee61f9 100644
--- a/opengl/tests/textures/Android.mk
+++ b/opengl/tests/textures/Android.mk
@@ -8,7 +8,11 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libEGL \
libGLESv1_CM \
- libui
+ libui \
+ libgui \
+ libutils
+
+LOCAL_STATIC_LIBRARIES += libglTest
LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)