From 9b652230e89e0d08f420bc51f01425c840102a9c Mon Sep 17 00:00:00 2001 From: padarshr Date: Fri, 28 Jul 2017 15:34:29 +0530 Subject: [PATCH] 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 --- vintf.xml => manifest.xml | 0 sdm660_64.mk | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename vintf.xml => manifest.xml (100%) diff --git a/vintf.xml b/manifest.xml similarity index 100% rename from vintf.xml rename to manifest.xml diff --git a/sdm660_64.mk b/sdm660_64.mk index 2528eeef..487c6c49 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