summaryrefslogtreecommitdiffstats
path: root/services/input
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:12:16 -0700
commitbd882b1c8708686d373c56e07e6bb8b1cb6ffd9e (patch)
treeb17fbae7a6ff475ab37be48046d0540d594f84fb /services/input
parent3f9dd287b99340efaaa257759e71a8f81b2ed113 (diff)
downloadframeworks_base-bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e.zip
frameworks_base-bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e.tar.gz
frameworks_base-bd882b1c8708686d373c56e07e6bb8b1cb6ffd9e.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
Diffstat (limited to 'services/input')
-rw-r--r--services/input/Android.mk4
-rw-r--r--services/input/tests/Android.mk4
2 files changed, 0 insertions, 8 deletions
diff --git a/services/input/Android.mk b/services/input/Android.mk
index 836c081..e36507a 100644
--- a/services/input/Android.mk
+++ b/services/input/Android.mk
@@ -41,10 +41,6 @@ LOCAL_MODULE:= libinput
LOCAL_MODULE_TAGS := optional
-ifeq ($(TARGET_SIMULATOR),true)
- LOCAL_LDLIBS += -lpthread
-endif
-
include $(BUILD_SHARED_LIBRARY)
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