OSDN Git Service

another attempt to fix the build
authorMathias Agopian <mathias@google.com>
Thu, 7 Mar 2013 06:37:33 +0000 (22:37 -0800)
committerMathias Agopian <mathias@google.com>
Thu, 7 Mar 2013 06:37:33 +0000 (22:37 -0800)
Change-Id: Ie0245db97170cca9a2cd8783b0fd512daf0d30a6

opengl/tests/gl2_yuvtex/Android.mk
opengl/tests/gl_yuvtex/Android.mk

index 7d43759..bb3cc0c 100644 (file)
@@ -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)
index 9e5dba0..e0e2c16 100644 (file)
@@ -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)