diff options
author | padarshr <padarshr@codeaurora.org> | 2017-07-29 00:26:54 +0530 |
---|---|---|
committer | padarshr <padarshr@codeaurora.org> | 2017-07-31 12:54:36 +0530 |
commit | 512cf9121f14dd153925c6374122ddb67aa96d78 (patch) | |
tree | 2415e9401b4a7dbcc403f3442b35b2b46ff138aa /sdm660_64.mk | |
parent | e820d59ae6e5d2ae69045c38d51928bab0ee9a0d (diff) |
Use build variables to build device matrices.
Move away from building device manifest through PRODUCT_COPY_FILES.
Use the build variables - DEVICE_MANIFEST_FILE and DEVICE_MATRIX_FILE
to build device manifest and device compatibility files repectively.
Change-Id: Ic1c14a49d3a53306fb6f93eb92d44fea6a47278f
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 5 |
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 |