summaryrefslogtreecommitdiff
path: root/6515
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 /6515
parent5acdfec69b469d98e582e943effd806bd0298993 (diff)
downloadinvensense-b59d86bbc3a759d729a7e6598784ece30ad35435.tar.gz
Remove checks for TARGET_SIMULATOR
Change-Id: I75bc0121233aa5577958dd32435dd8dcfced3a93
Diffstat (limited to '6515')
-rwxr-xr-x6515/libsensors_iio/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/6515/libsensors_iio/Android.mk b/6515/libsensors_iio/Android.mk
index f3ce2d3..314f9a5 100755
--- a/6515/libsensors_iio/Android.mk
+++ b/6515/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)
@@ -83,8 +81,6 @@ LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
-#endif # !TARGET_SIMULATOR
-
# Build a temporary HAL that links the InvenSense .so
include $(CLEAR_VARS)
ifeq ($(filter eng, userdebug, user, $(TARGET_BUILD_VARIANT)),)