From 4430ef6c39895f102a6b180a2757b9cd4315fd41 Mon Sep 17 00:00:00 2001 From: Patrick Porlan Date: Tue, 3 Mar 2015 15:30:28 +0100 Subject: [PATCH] Replace the USE_INTEL_SENSOR_HAL tag by USE_IIO_SENSOR_HAL for iio That avoids a namespace clash with the Intel Sensor Hub (CHT/BXT) HAL. Change-Id: I4a6b4045ce7553029eba71c24783242f18f09901 Signed-off-by: Patrick Porlan --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 7a276de..198fd7a 100644 --- a/Android.mk +++ b/Android.mk @@ -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) -- 2.11.0