diff options
author | padarshr <padarshr@codeaurora.org> | 2017-07-28 15:34:29 +0530 |
---|---|---|
committer | padarshr <padarshr@codeaurora.org> | 2017-07-28 15:34:29 +0530 |
commit | 9b652230e89e0d08f420bc51f01425c840102a9c (patch) | |
tree | 57b12442c9acc6fd1da9cefdc7c3dbd421c4437c /sdm660_64.mk | |
parent | 118a422b9fd5f7311c4152c0baf76665d1165818 (diff) |
Rename the device manifest file.
Rename the device manifest(vintf.xml) to manifest.xml and move
away from building device manifest through PRODUCT_COPY_FILES.
(It will be built through another change using the build
variable - DEVICE_MANIFEST_FILE)
Change-Id: I844e582b7da590afb497e4656126d98e6cdb5e24
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 2528eee..487c6c4 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -108,7 +108,7 @@ endif #BOARD_HAVE_QCOM_FM # add vendor manifest file PRODUCT_COPY_FILES += \ - device/qcom/sdm660_64/vintf.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml + device/qcom/sdm660_64/manifest.xml:$(TARGET_COPY_OUT_VENDOR)/manifest.xml # Audio configuration file -include $(TOPDIR)hardware/qcom/audio/configs/sdm660/sdm660.mk |