summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libpixelflinger/tests/arch-mips64/col32cb16blend/Android.mk')
-rw-r--r--libpixelflinger/tests/arch-mips64/col32cb16blend/Android.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/libpixelflinger/tests/arch-mips64/col32cb16blend/Android.mk b/libpixelflinger/tests/arch-mips64/col32cb16blend/Android.mk
new file mode 100644
index 000000000..7d4177ecb
--- /dev/null
+++ b/libpixelflinger/tests/arch-mips64/col32cb16blend/Android.mk
@@ -0,0 +1,18 @@
1LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 col32cb16blend_test.c \
6 ../../../arch-mips64/col32cb16blend.S
7
8LOCAL_SHARED_LIBRARIES :=
9
10LOCAL_C_INCLUDES :=
11
12LOCAL_MODULE:= test-pixelflinger-mips64-col32cb16blend
13
14LOCAL_MODULE_TAGS := tests
15
16LOCAL_MULTILIB := 64
17
18include $(BUILD_NATIVE_TEST)