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
This commit is contained in:
parent
118a422b9f
commit
9b652230e8
2 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ endif #BOARD_HAVE_QCOM_FM
|
||||||
|
|
||||||
# add vendor manifest file
|
# add vendor manifest file
|
||||||
PRODUCT_COPY_FILES += \
|
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
|
# Audio configuration file
|
||||||
-include $(TOPDIR)hardware/qcom/audio/configs/sdm660/sdm660.mk
|
-include $(TOPDIR)hardware/qcom/audio/configs/sdm660/sdm660.mk
|
||||||
|
|
Loading…
Reference in a new issue