summaryrefslogtreecommitdiffstats
path: root/opengl/tests/tritex/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/tests/tritex/Android.mk')
-rw-r--r--opengl/tests/tritex/Android.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/opengl/tests/tritex/Android.mk b/opengl/tests/tritex/Android.mk
new file mode 100644
index 0000000..5cd1f04
--- /dev/null
+++ b/opengl/tests/tritex/Android.mk
@@ -0,0 +1,17 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_SRC_FILES:= \
+ tritex.c
+
+LOCAL_SHARED_LIBRARIES := \
+ libcutils \
+ libEGL \
+ libGLESv1_CM \
+ libui
+
+LOCAL_MODULE:= test-opengl-tritex
+
+LOCAL_MODULE_TAGS := tests
+
+include $(BUILD_EXECUTABLE)