Android.mk revision d4146e6091d6ed947ce9edd0f8ef3e5fe066d716
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_MODULE_TAGS := tests
15
16include $(BUILD_EXECUTABLE)
17