Mathias Agopian 37f6934e86 a test to measure the touch latency
Change-Id: I01782274563fc9d6e4c1ba48e5aa371c164ed589
2012-02-05 22:25:32 -08:00

15 lines
223 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
touchlag.cpp
LOCAL_SHARED_LIBRARIES := \
libcutils libutils \
LOCAL_MODULE:= test-touchlag
LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)