blob: 6219dae8bebd544382655ec8085335023ce839f3 [file] [log] [blame]
Mathias Agopian546c21d2010-10-24 14:53:05 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 TransformTest.cpp \
6 ../../Transform.cpp
7
8LOCAL_SHARED_LIBRARIES := \
9 libcutils \
10 libutils \
11 libui \
12
13LOCAL_MODULE:= test-transform
14
15LOCAL_MODULE_TAGS := tests
16
17LOCAL_C_INCLUDES += ../..
18
19include $(BUILD_EXECUTABLE)