summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Abgrall <jpa@google.com>2012-06-15 14:39:48 -0700
committerJP Abgrall <jpa@google.com>2012-06-15 14:39:48 -0700
commit7bbd5d077d80c2d6a89e4a9b64cdd2325913dcd9 (patch)
treea684dea6dd0805b37408f038fe64b609f0728005
parenta779188720ba7d7915bde21b18d89bc7bb6e6ebf (diff)
downloadandroid_hardware_invensense-7bbd5d077d80c2d6a89e4a9b64cdd2325913dcd9.tar.gz
android_hardware_invensense-7bbd5d077d80c2d6a89e4a9b64cdd2325913dcd9.tar.bz2
android_hardware_invensense-7bbd5d077d80c2d6a89e4a9b64cdd2325913dcd9.zip
Revert "libsensors: Fix build breakage. Don't build IIO hal unless requested"
Does not fix it. Will also be reverting the iio hal until I understand the dependencies. This reverts commit a779188720ba7d7915bde21b18d89bc7bb6e6ebf.
-rw-r--r--libsensors/Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/libsensors/Android.mk b/libsensors/Android.mk
index 2b704db..f6c9323 100644
--- a/libsensors/Android.mk
+++ b/libsensors/Android.mk
@@ -16,7 +16,6 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(TARGET_SIMULATOR),true)
-ifeq ($(BUILD_INVENSENSE_IIO_HAL), true)
# InvenSense fragment of the HAL
include $(CLEAR_VARS)
@@ -142,5 +141,4 @@ LOCAL_MODULE_PATH := $(TARGET_OUT)/lib
OVERRIDE_BUILT_MODULE_PATH := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)
include $(BUILD_PREBUILT)
-endif # BUILD_INVENSENSE_IIO_HAL
endif # !TARGET_SIMULATOR