blob: 4f8aa1e60ca8b1240d9504ebbc1f01c1699d0e41 [file] [log] [blame]
Mathias Agopian37f69342012-02-05 22:25:32 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_SRC_FILES:= \
5 touchlag.cpp
6
7LOCAL_SHARED_LIBRARIES := \
8 libcutils libutils \
9
10LOCAL_MODULE:= test-touchlag
11
12LOCAL_MODULE_TAGS := tests
13
14include $(BUILD_EXECUTABLE)