commit | 591018aaf9e95b9d2f6d9742194e940605b1bffa | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Tue Aug 04 13:43:35 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Aug 05 12:22:29 2009 -0700 |
tree | 8cb401e8bacbf7fa82afa75c24bcc4f6fb914ed1 | |
parent | 50ade7549c356587950283dbc0642303403fb0d5 [diff] [blame] |
opengl tests
diff --git a/opengl/tests/fillrate/Android.mk b/opengl/tests/fillrate/Android.mk new file mode 100644 index 0000000..a7d30c2 --- /dev/null +++ b/opengl/tests/fillrate/Android.mk
@@ -0,0 +1,17 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_SRC_FILES:= \ + fillrate.cpp + +LOCAL_SHARED_LIBRARIES := \ + libcutils \ + libEGL \ + libGLESv1_CM \ + libui + +LOCAL_MODULE:= test-opengl-fillrate + +LOCAL_MODULE_TAGS := optional + +include $(BUILD_EXECUTABLE)