commit | 653870d5e945ff94ff8136c97db0a016fc119683 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Aug 06 16:25:37 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Thu Aug 06 16:26:15 2009 -0700 |
tree | 46f6eb9cff99f9ca6b3c3d1469cfadf045782f62 | |
parent | 6cf50a770dabd13cf5b72bb0a6fb9dd002c88db6 [diff] [blame] |
update most gl tests to use EGLUtils
diff --git a/opengl/tests/finish/Android.mk b/opengl/tests/finish/Android.mk index 8b46cd7..5620814 100644 --- a/opengl/tests/finish/Android.mk +++ b/opengl/tests/finish/Android.mk
@@ -2,7 +2,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ - finish.c + finish.cpp LOCAL_SHARED_LIBRARIES := \ libcutils \ @@ -14,4 +14,6 @@ LOCAL_MODULE_TAGS := optional +LOCAL_CFLAGS := -DGL_GLEXT_PROTOTYPES + include $(BUILD_EXECUTABLE)