From d2d6efe63bf0a72ecce47518346f4031446b9cb6 Mon Sep 17 00:00:00 2001 From: Shaikh Shadul Date: Fri, 26 May 2017 15:43:54 +0530 Subject: sdm660_64: Move sensors hals config file Move sensors hals config file (hals.conf) to /vendor/etc/sensors/ from /system/etc/sensors/. Change-Id: If1c3fd0cd48691d223c3a1185f9c1d847c7b155c --- sdm660_64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdm660_64.mk b/sdm660_64.mk index 53a3c9c..f722774 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -115,7 +115,7 @@ PRODUCT_PACKAGES += android.hardware.media.omx@1.0-impl # Sensor HAL conf file PRODUCT_COPY_FILES += \ - device/qcom/sdm660_64/sensors/hals.conf:system/etc/sensors/hals.conf + device/qcom/sdm660_64/sensors/hals.conf:vendor/etc/sensors/hals.conf # WLAN host driver ifneq ($(WLAN_CHIPSET),) -- cgit v1.2.3