Home | History | Annotate | Download | only in col32cb16blend
      1 LOCAL_PATH:= $(call my-dir)
      2 include $(CLEAR_VARS)
      3 
      4 LOCAL_SRC_FILES:= \
      5     col32cb16blend_test.c \
      6     ../../../arch-mips/col32cb16blend.S
      7 
      8 LOCAL_SHARED_LIBRARIES :=
      9 
     10 LOCAL_C_INCLUDES :=
     11 
     12 LOCAL_MODULE:= test-pixelflinger-mips-col32cb16blend
     13 
     14 LOCAL_MODULE_TAGS := tests
     15 
     16 LOCAL_MULTILIB := 32
     17 
     18 include $(BUILD_NATIVE_TEST)
     19