1LOCAL_PATH:= $(call my-dir) 2include $(CLEAR_VARS) 3 4LOCAL_SRC_FILES:= \ 5 col32cb16blend_test.c \ 6 ../../../arch-arm64/col32cb16blend.S 7 8LOCAL_SHARED_LIBRARIES := 9 10LOCAL_C_INCLUDES := 11 12LOCAL_MODULE:= test-pixelflinger-arm64-col32cb16blend 13 14LOCAL_CFLAGS := -Wall -Werror 15 16LOCAL_MODULE_TAGS := tests 17 18LOCAL_MULTILIB := 64 19 20include $(BUILD_NATIVE_TEST) 21