OSDN Git Service

Fix LOCAL_MODULE for auto-detected targets
authorThierry Escande <thierry.escande@linux.intel.com>
Tue, 24 Feb 2015 17:00:30 +0000 (18:00 +0100)
committerThierry Escande <thierry.escande@linux.intel.com>
Tue, 24 Feb 2015 17:06:24 +0000 (18:06 +0100)
commit875a96477809d2b092007da79d07a4926aab83c0
tree8b4eb7590ca5bc2e88e691d026ca47d6bf28b678
parenta14c64a57827ee5daa33ad52079cb81844e08d0e
Fix LOCAL_MODULE for auto-detected targets

On GMINL, the iio sensor HAL is named sensors-$(TARGET_BOARD_PLATFORM).
For coho targets with auto-detection enabled, this HAL name does not
match the existing sensor records since they are not platform
dependent.

As in IRDA, the iio sensor HAL module name will be iio-sensors-hal.so
if auto-detection is enabled.

Issue: GMINL-6376
Change-Id: I83e09e9422b3e38edf5485aec6622214850e8247
Signed-off-by: Thierry Escande <thierry.escande@linux.intel.com>
Android.mk