summaryrefslogtreecommitdiffstats
path: root/services/inputflinger/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'services/inputflinger/Android.mk')
-rw-r--r--services/inputflinger/Android.mk19
1 files changed, 2 insertions, 17 deletions
diff --git a/services/inputflinger/Android.mk b/services/inputflinger/Android.mk
index add5108..ed867d8 100644
--- a/services/inputflinger/Android.mk
+++ b/services/inputflinger/Android.mk
@@ -22,8 +22,7 @@ LOCAL_SRC_FILES:= \
InputListener.cpp \
InputManager.cpp \
InputReader.cpp \
- InputWindow.cpp \
- InputFlinger.cpp
+ InputWindow.cpp
LOCAL_SHARED_LIBRARIES := \
libbinder \
@@ -47,18 +46,4 @@ LOCAL_MODULE := libinputflinger
include $(BUILD_SHARED_LIBRARY)
-########################################################################
-# build input flinger executable
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES:= \
- main.cpp
-
-LOCAL_SHARED_LIBRARIES := \
- libbinder \
- libinputflinger \
- libutils
-
-LOCAL_MODULE := inputflinger
-
-include $(BUILD_EXECUTABLE)
+include $(call all-makefiles-under,$(LOCAL_PATH))