blob: ce0e8072f744d398af6b3c8ff74cd9c6f0d2a976 [file] [log] [blame]
Mathias Agopian208cb072010-07-27 20:11:35 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 surface.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils \
9 libutils \
10 libbinder \
11 libui \
12 libsurfaceflinger_client
13
14LOCAL_MODULE:= test-surface
15
16LOCAL_MODULE_TAGS := tests
17
18include $(BUILD_EXECUTABLE)