diff options
author | Shaikh Shadul <sshadu@codeaurora.org> | 2017-05-26 15:43:54 +0530 |
---|---|---|
committer | Shaikh Shadul <sshadu@codeaurora.org> | 2017-05-26 15:45:11 +0530 |
commit | d2d6efe63bf0a72ecce47518346f4031446b9cb6 (patch) | |
tree | ec3ac117c809618b7f8a15aa2aa2cb7df7b3e870 | |
parent | 37f40c38bdb97ec632533691462bc7e2ca1d5272 (diff) |
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
-rw-r--r-- | sdm660_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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),) |