summaryrefslogtreecommitdiff
path: root/65xx
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2014-12-09 15:26:41 -0800
committerDmitriy Ivanov <dimitry@google.com>2014-12-09 15:26:41 -0800
commitb59d86bbc3a759d729a7e6598784ece30ad35435 (patch)
tree3fc958f8a5f4691c852c4d0632b22ac2b01391f0 /65xx
parent5acdfec69b469d98e582e943effd806bd0298993 (diff)
downloadinvensense-b59d86bbc3a759d729a7e6598784ece30ad35435.tar.gz
Remove checks for TARGET_SIMULATOR
Change-Id: I75bc0121233aa5577958dd32435dd8dcfced3a93
Diffstat (limited to '65xx')
-rw-r--r--65xx/libsensors_iio/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/65xx/libsensors_iio/Android.mk b/65xx/libsensors_iio/Android.mk
index 80459b9..363549f 100644
--- a/65xx/libsensors_iio/Android.mk
+++ b/65xx/libsensors_iio/Android.mk
@@ -15,8 +15,6 @@
LOCAL_PATH := $(call my-dir)
-#ifneq ($(TARGET_SIMULATOR),true)
-
# InvenSense fragment of the HAL
include $(CLEAR_VARS)
@@ -91,8 +89,6 @@ LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
-#endif # !TARGET_SIMULATOR
-
# Build a temporary HAL that links the InvenSense .so
include $(CLEAR_VARS)
ifneq ($(filter dory guppy guppypdk, $(TARGET_DEVICE)),)