diff options
author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-07-28 06:10:30 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-07-28 06:10:30 -0700 |
commit | 1833b9a62a34313bcced1d22dad14f78c364bce8 (patch) | |
tree | d4570c37c9eccbcf017d08a671895ff77dd32cb7 | |
parent | bf19bc854e210de03420efa87db3b3994e8b7640 (diff) | |
parent | 9b652230e89e0d08f420bc51f01425c840102a9c (diff) |
Merge "Rename the device manifest file."
-rw-r--r-- | manifest.xml (renamed from vintf.xml) | 0 | ||||
-rw-r--r-- | sdm660_64.mk | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index d853b5f..7c80a1d 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 |