OSDN Git Service

am 900831f3: docs: Added 3rd-party Javadocs for Android Support Testing Library v0...
[android-x86/frameworks-base.git] / tests / touchlag / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_SRC_FILES:= \
5         touchlag.cpp
6
7 LOCAL_SHARED_LIBRARIES := \
8         libcutils libutils \
9
10 LOCAL_MODULE:= test-touchlag
11
12 LOCAL_MODULE_TAGS := tests
13
14 include $(BUILD_EXECUTABLE)