summaryrefslogtreecommitdiffstats
path: root/tests/touchlag/Android.mk
blob: 4f8aa1e60ca8b1240d9504ebbc1f01c1699d0e41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)