commit | a1f6eff297a3e4870e22fdae926648bda3466805 | [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 | 95371971e42f63e18a6d108e7feede0c7797a6f4 | |
parent | 265d9c076a588cf4cd811fbafd999c7ffe36641b [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)