diff options
| author | LuK1337 <priv.luk@gmail.com> | 2020-09-19 15:26:35 +0200 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-10-10 22:22:52 +0100 |
| commit | 341918f2d305f639b18a6fa1331fa81795d6bf16 (patch) | |
| tree | 5e8e8419fcad1d78907fce0f76a4285e06d26d35 | |
| parent | 3db5efecb16ad5d1fcffdddda95f90dc56402600 (diff) | |
beryllium: Switch vintf manifest from copy files to build targets
* Fixes:
build/make/core/Makefile:49: error: VINTF metadata found in PRODUCT_COPY_FILES
Change-Id: I0a7ddebff54563f7901b6ce5d6af9580ea201a77
| -rw-r--r-- | proprietary-files.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index 90676a1..9bb478b 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -213,8 +213,8 @@ vendor/bin/xtra-daemon vendor/bin/xtwifi-client vendor/bin/xtwifi-inet-agent vendor/etc/init/android.hardware.gnss@2.0-service-qti.rc -vendor/etc/vintf/manifest/android.hardware.gnss@2.0-service-qti.xml -vendor/etc/vintf/manifest/vendor.qti.gnss@3.0-service.xml +-vendor/etc/vintf/manifest/android.hardware.gnss@2.0-service-qti.xml +-vendor/etc/vintf/manifest/vendor.qti.gnss@3.0-service.xml vendor/etc/cacert_location.pem vendor/etc/xtra_root_cert.pem vendor/lib64/hw/android.hardware.gnss@2.0-impl-qti.so |
