| commit | 37f6934e863de13926975ff5c4e60b9ee9fa79cc | [log] [tgz] |
|---|---|---|
| author | Mathias Agopian <mathias@google.com> | Sun Feb 05 22:25:32 2012 -0800 |
| committer | Mathias Agopian <mathias@google.com> | Sun Feb 05 22:25:32 2012 -0800 |
| tree | 2b8b227199636ffd53f02db6cf49a31a44aab5f1 | |
| parent | 587ae01ad65a331ba259c31fbc1729cb5fbdf226 [diff] [blame] |
a test to measure the touch latency Change-Id: I01782274563fc9d6e4c1ba48e5aa371c164ed589
diff --git a/tests/touchlag/Android.mk b/tests/touchlag/Android.mk new file mode 100644 index 0000000..4f8aa1e --- /dev/null +++ b/tests/touchlag/Android.mk
@@ -0,0 +1,14 @@ +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)