summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2014-12-09 23:54:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-12-09 23:54:51 +0000
commitc1d83193e753d6616f4190669b2a52ab3785ca46 (patch)
treea35cdebff060549225de54841594d0516ec1ee51
parent068a97a299a8e0d837b8ac67635a96b59595c582 (diff)
parent14192d65cf51b5db8fe8958e83bc76aa4b284d28 (diff)
downloadakm-c1d83193e753d6616f4190669b2a52ab3785ca46.tar.gz
Merge "Remove check for TARGET_SIMULATOR"android-wear-5.0.0_r1lollipop-wear-release
-rw-r--r--AK8975_FS/libsensors/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/AK8975_FS/libsensors/Android.mk b/AK8975_FS/libsensors/Android.mk
index 6f7dc7e..b468e8d 100644
--- a/AK8975_FS/libsensors/Android.mk
+++ b/AK8975_FS/libsensors/Android.mk
@@ -15,8 +15,6 @@
LOCAL_PATH := $(call my-dir)
-ifneq ($(TARGET_SIMULATOR),true)
-
# HAL module implemenation, not prelinked, and stored in
# hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.product.board>.so
include $(CLEAR_VARS)
@@ -44,5 +42,3 @@ LOCAL_SHARED_LIBRARIES := liblog libcutils libdl
LOCAL_PRELINK_MODULE := false
include $(BUILD_SHARED_LIBRARY)
-
-endif # !TARGET_SIMULATOR