diff options
| author | LuK1337 <priv.luk@gmail.com> | 2020-09-19 15:26:35 +0200 |
|---|---|---|
| committer | Alessandro Astone <ales.astone@gmail.com> | 2021-01-28 20:08:27 +0100 |
| commit | 7cedc965f30f4f7f8a71315d765ee8722711c281 (patch) | |
| tree | ebeca049c98d15d8891c03171ad8c4be81027393 | |
| parent | 2e30f76e8b6159e7a3746303e8b552c53a890b21 (diff) | |
sm8250-common: 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-- | regen-vendor.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/regen-vendor.sh b/regen-vendor.sh index a635339..74f705a 100644 --- a/regen-vendor.sh +++ b/regen-vendor.sh @@ -675,3 +675,8 @@ as_module "lib64/libthermalclient.so" as_module "lib/libthermalclient.so" as_module "lib64/libplatformconfig.so" as_module "lib/libplatformconfig.so" +as_module "etc/vintf/manifest/android.hardware.atrace@1.0-service.xml" +as_module "etc/vintf/manifest/android.hardware.gnss@2.0-service-qti.xml" +as_module "etc/vintf/manifest/android.hardware.usb@1.1-service.xml" +as_module "etc/vintf/manifest/vendor.qti.gnss@3.0-service.xml" +as_module "etc/vintf/manifest/vendor.qti.hardware.display.composer-service.xml" |
