From 4f316a79a8a91bf8005fb51e7c033cbd04864c57 Mon Sep 17 00:00:00 2001 From: Shaikh Shadul Date: Tue, 13 Jun 2017 20:45:39 +0530 Subject: [PATCH] sdm660_64: Use android build variable to copy sensors hals conf Use android build variable in path to specify partition for copying sensors hals conf file. Change-Id: Iced1c2ee57f4f12a11c8440a13491b986b569080 --- sdm660_64.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdm660_64.mk b/sdm660_64.mk index 449cc90d..716c03ff 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:vendor/etc/sensors/hals.conf + device/qcom/sdm660_64/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf # WLAN host driver ifneq ($(WLAN_CHIPSET),)