commit | 32216166f127d7d30765b08d219f2c4ffd754080 | [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 | 4f8f026b39747f222be6ffe10d89ff1e6086e89a | |
parent | 1150a2f40bb7f79bcc447fbcaac87145db4e2058 [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)