summaryrefslogtreecommitdiffstats
path: root/libs/ui/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ui/tests/Android.mk')
-rw-r--r--libs/ui/tests/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ui/tests/Android.mk b/libs/ui/tests/Android.mk
index 1ff896b..46d7493 100644
--- a/libs/ui/tests/Android.mk
+++ b/libs/ui/tests/Android.mk
@@ -3,7 +3,9 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
test_src_files := \
- InputDispatcher_test.cpp
+ InputChannel_test.cpp \
+ InputDispatcher_test.cpp \
+ InputPublisherAndConsumer_test.cpp
shared_libraries := \
libcutils \