commit | 7bde36e64e66c81f0150d0372e1357a31f4ec704 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Oct 28 02:09:21 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Oct 28 02:09:21 2009 -0700 |
tree | 656069803709ce035abc4ff0bd01e2a0ccefd536 | |
parent | 73e17015d3cd67c93ccad5d63d31c439ff6fa694 [diff] [blame] |
added GL test for textured lines
diff --git a/opengl/tests/linetex/Android.mk b/opengl/tests/linetex/Android.mk new file mode 100644 index 0000000..6ff248d --- /dev/null +++ b/opengl/tests/linetex/Android.mk
@@ -0,0 +1,17 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_SRC_FILES:= \ + linetex.cpp + +LOCAL_SHARED_LIBRARIES := \ + libcutils \ + libEGL \ + libGLESv1_CM \ + libui + +LOCAL_MODULE:= test-opengl-linetex + +LOCAL_MODULE_TAGS := optional + +include $(BUILD_EXECUTABLE)