diff options
Diffstat (limited to 'tests/touchlag/Android.mk')
-rw-r--r-- | tests/touchlag/Android.mk | 14 |
1 files changed, 14 insertions, 0 deletions
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) |