summaryrefslogtreecommitdiffstats
path: root/services/input/tests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'services/input/tests/Android.mk')
-rw-r--r--services/input/tests/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/input/tests/Android.mk b/services/input/tests/Android.mk
index cabbccb..d92fc74 100644
--- a/services/input/tests/Android.mk
+++ b/services/input/tests/Android.mk
@@ -2,8 +2,6 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
-ifneq ($(TARGET_SIMULATOR),true)
-
# Build the unit tests.
test_src_files := \
InputReader_test.cpp \
@@ -45,5 +43,3 @@ $(foreach file,$(test_src_files), \
# Build the manual test programs.
include $(call all-subdir-makefiles)
-
-endif \ No newline at end of file