summaryrefslogtreecommitdiff
path: root/tests/framebuffer/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-12 18:46:24 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-12 18:46:24 -0800
commit0ac334cf3b71724451641a44553252a44a43b1f8 (patch)
treeeb9eab5519fe8c98c3d0779bfbc87934abe0fde7 /tests/framebuffer/Android.mk
parent43896f610e6634cf06726aefa1043ea5dbb51cea (diff)
downloadextras-0ac334cf3b71724451641a44553252a44a43b1f8.tar.gz
eclair snapshot
Diffstat (limited to 'tests/framebuffer/Android.mk')
-rw-r--r--tests/framebuffer/Android.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/framebuffer/Android.mk b/tests/framebuffer/Android.mk
index 4f789b9e..2c048573 100644
--- a/tests/framebuffer/Android.mk
+++ b/tests/framebuffer/Android.mk
@@ -30,4 +30,13 @@ LOCAL_MODULE_TAGS := optional
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := libc
include $(BUILD_EXECUTABLE)
+
+include $(CLEAR_VARS)
+LOCAL_SRC_FILES := mdp_test.c
+LOCAL_MODULE = test-mdp
+LOCAL_MODULE_TAGS := optional
+LOCAL_FORCE_STATIC_EXECUTABLE := true
+LOCAL_STATIC_LIBRARIES := libc
+include $(BUILD_EXECUTABLE)
+
endif # sim