blob: 7d4177ecbe9c71ddd8241c93e86a835a8f76c237 [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-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)