sdm660-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
This commit is contained in:
LuK1337
2021-09-21 17:04:39 +05:30
committed by Kunmun
parent 086b760ff2
commit d4d1aff635
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -210,3 +210,10 @@ dex_import {
jars: ["proprietary/framework/WfdCommon.jar"],
}
prebuilt_etc_xml {
name: "vendor.qti.gnss@3.0-service",
owner: "asus",
src: "proprietary/vendor/etc/vintf/manifest/vendor.qti.gnss@3.0-service.xml",
sub_dir: "vintf/manifest",
soc_specific: true,
}