summaryrefslogtreecommitdiffstats
path: root/libsensors
diff options
context:
space:
mode:
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