OSDN Git Service

Replace the USE_INTEL_SENSOR_HAL tag by USE_IIO_SENSOR_HAL for iio
authorPatrick Porlan <patrick.porlan@intel.com>
Tue, 3 Mar 2015 14:30:28 +0000 (15:30 +0100)
committerAdriana Reus <adriana.reus@intel.com>
Mon, 9 Mar 2015 10:14:29 +0000 (12:14 +0200)
That avoids a namespace clash with the Intel Sensor Hub (CHT/BXT) HAL.

Change-Id: I4a6b4045ce7553029eba71c24783242f18f09901
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
Android.mk

index 7a276de..198fd7a 100644 (file)
@@ -4,7 +4,7 @@
 
 # IIO sensors HAL module implementation, compiled as hw/iio-sensors-hal.so
 
-ifeq ($(USE_INTEL_SENSOR_HAL),true)
+ifeq ($(USE_IIO_SENSOR_HAL),true)
 
 LOCAL_PATH := $(call my-dir)