blob: 70b198917547710bcc86ff2e0b966f0da67c5434 [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
Aurimas Liutikas1c8cbb52016-02-19 13:44:25 -080012LOCAL_CFLAGS += -Wall -Wextra -Werror
13
Mathias Agopian37f69342012-02-05 22:25:32 -080014LOCAL_MODULE_TAGS := tests
15
16include $(BUILD_EXECUTABLE)