diff options
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index f882e8a..7998b1a 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -22,7 +22,7 @@ TARGET_DISABLE_DASH := true TARGET_KERNEL_VERSION := 4.4 BOARD_FRP_PARTITION_NAME := frp -BOARD_HAVE_QCOM_FM := false +BOARD_HAVE_QCOM_FM := true TARGET_USES_NQ_NFC := false ifeq ($(TARGET_USES_NQ_NFC),true) @@ -40,7 +40,7 @@ TARGET_USE_UI_SVA := true ifeq ($(TARGET_ENABLE_QC_AV_ENHANCEMENTS), true) PRODUCT_COPY_FILES += \ device/qcom/sdm660_64/media_profiles.xml:system/etc/media_profiles.xml \ - device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles.xml \ + device/qcom/sdm660_64/media_profiles.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_profiles_V1_0.xml \ device/qcom/sdm660_64/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \ device/qcom/sdm660_64/media_codecs_performance.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance.xml endif #TARGET_ENABLE_QC_AV_ENHANCEMENTS @@ -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),) |