diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-05-29 22:18:13 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-29 22:18:13 -0700 |
commit | 2c1c8915700b42835641b1ef62845072ad2ace0b (patch) | |
tree | d0acfd48cb5c8d0d63e7816472a1846427979188 | |
parent | 1205c81dbcb09a9d182d43ae3d80e22dc1c287bc (diff) | |
parent | d2d6efe63bf0a72ecce47518346f4031446b9cb6 (diff) |
Merge "sdm660_64: Move sensors hals config file"
-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 ac211f8..49576de 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),) |