summaryrefslogtreecommitdiffstats
path: root/libsensors/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/Android.mk')
-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