summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdm660_64.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk
index 4784e68..e65afd6 100644
--- a/sdm660_64.mk
+++ b/sdm660_64.mk
@@ -106,9 +106,8 @@ ifeq ($(strip $(BOARD_HAVE_QCOM_FM)),true)
PRODUCT_BOOT_JARS += qcom.fmradio
endif #BOARD_HAVE_QCOM_FM
-# add vendor manifest file
-PRODUCT_COPY_FILES += \
- device/qcom/sdm660_64/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml
+DEVICE_MANIFEST_FILE := device/qcom/sdm660_64/manifest.xml
+DEVICE_MATRIX_FILE := device/qcom/common/compatibility_matrix.xml
# Audio configuration file
-include $(TOPDIR)hardware/qcom/audio/configs/sdm660/sdm660.mk