summaryrefslogtreecommitdiffstats
path: root/libsensors
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2011-07-11 22:11:54 -0700
committerJeff Brown <jeffbrown@google.com>2011-07-11 22:11:54 -0700
commit374711263065809274fd7ebc9e3e987fca782c16 (patch)
tree210db9633e3aa5f13c3bb0bb7724624868f49c4d /libsensors
parent3066624e599f3dbb7ccf46363671c18e2ea4201f (diff)
downloaddevice_samsung_tuna-374711263065809274fd7ebc9e3e987fca782c16.zip
device_samsung_tuna-374711263065809274fd7ebc9e3e987fca782c16.tar.gz
device_samsung_tuna-374711263065809274fd7ebc9e3e987fca782c16.tar.bz2
Remove the simulator target from all makefiles.
Bug: 5010576 Change-Id: Id47575b409e10db2f101a6a5d3520c5933d94be2
Diffstat (limited to 'libsensors')
-rw-r--r--libsensors/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsensors/Android.mk b/libsensors/Android.mk
index d936b2f..b1ede78 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)
@@ -40,5 +38,3 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := libinvensense_hal libcutils libutils libdl
include $(BUILD_SHARED_LIBRARY)
-
-endif # !TARGET_SIMULATOR