commit | cc8c35cee5de7fdf2d79a1a3716120b64301cdfe | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Thu Nov 12 18:45:53 2009 -0800 |
committer | Jean-Baptiste Queru <jbq@google.com> | Fri Nov 13 13:53:39 2009 -0800 |
tree | a9acd18ab5526d297928f96c094ca22eaa33e593 | |
parent | cdcee265cad1fe10960bd3df32ac76c4afbd3963 [diff] [blame] |
eclair snapshot
diff --git a/opengl/tests/gl_basic/Android.mk b/opengl/tests/gl_basic/Android.mk new file mode 100644 index 0000000..6b6341f --- /dev/null +++ b/opengl/tests/gl_basic/Android.mk
@@ -0,0 +1,17 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_SRC_FILES:= \ + gl_basic.cpp + +LOCAL_SHARED_LIBRARIES := \ + libcutils \ + libEGL \ + libGLESv1_CM \ + libui + +LOCAL_MODULE:= test-opengl-gl_basic + +LOCAL_MODULE_TAGS := optional + +include $(BUILD_EXECUTABLE)