blob: 40f197f3b3f913d8a01a1c0e4201d2b81d37e028 [file] [log] [blame]
Elliott Hughes606d4ae2015-11-05 18:55:20 +00001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 col32cb16blend_test.c \
6 ../../../arch-mips/col32cb16blend.S
7
8LOCAL_SHARED_LIBRARIES :=
9
10LOCAL_C_INCLUDES :=
11
12LOCAL_MODULE:= test-pixelflinger-mips-col32cb16blend
13
14LOCAL_MODULE_TAGS := tests
15
16LOCAL_MULTILIB := 32
17
18include $(BUILD_NATIVE_TEST)