summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/tests/transform/Android.mk
blob: 6219dae8bebd544382655ec8085335023ce839f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_SRC_FILES:= \
	TransformTest.cpp \
	../../Transform.cpp

LOCAL_SHARED_LIBRARIES := \
	libcutils \
	libutils \
	libui \

LOCAL_MODULE:= test-transform

LOCAL_MODULE_TAGS := tests

LOCAL_C_INCLUDES += ../..

include $(BUILD_EXECUTABLE)