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
This commit is contained in:
parent
785502c4df
commit
4f316a79a8
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ PRODUCT_PACKAGES += android.hardware.media.omx@1.0-impl
|
||||||
|
|
||||||
# Sensor HAL conf file
|
# Sensor HAL conf file
|
||||||
PRODUCT_COPY_FILES += \
|
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
|
# WLAN host driver
|
||||||
ifneq ($(WLAN_CHIPSET),)
|
ifneq ($(WLAN_CHIPSET),)
|
||||||
|
|
Loading…
Reference in a new issue