summaryrefslogtreecommitdiffstats
path: root/libsensors
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:53 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:53 -0700
commit0f60faff84b9690746e9d85a1ffecc4eb53cc43a (patch)
tree564d4f72013d812c3b9dd1933348719e76e4fdaa /libsensors
parenta85e358bd9450bc4148b2673ae5403d54fcc61bf (diff)
downloaddevice_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.tar.gz
device_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.tar.bz2
device_samsung_crespo-0f60faff84b9690746e9d85a1ffecc4eb53cc43a.zip
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Ie6fa05f8d72bdf6da3b743a7f8c2464f9febc868
Diffstat (limited to 'libsensors')
-rw-r--r--libsensors/Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/libsensors/Android.mk b/libsensors/Android.mk
index 09d0336..b451d4a 100644
--- a/libsensors/Android.mk
+++ b/libsensors/Android.mk
@@ -15,8 +15,6 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
-
# HAL module implemenation stored in
# hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
include $(CLEAR_VARS)
@@ -39,7 +37,4 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
-
include $(BUILD_SHARED_LIBRARY)
-
-endif # !TARGET_SIMULATOR