Convert vendor_manifest.xml to soong
Export DEVICE_MANIFEST_FILE to soong for vendor_manifest convert to
soong. Also move vendor_manifest.xml to system/libhidl/vintfdata with
other related vintf_data together.
Bug: 340427295
Test: m vendor_manifest.xml
Change-Id: Idbd0aa05521f65a9d7e6a99dd23f0bfde1b1a5be
diff --git a/core/soong_config.mk b/core/soong_config.mk
index ac49aee..6decf6e 100644
--- a/core/soong_config.mk
+++ b/core/soong_config.mk
@@ -457,6 +457,8 @@
endif
endif
$(call add_json_list, SystemExtManifestFiles, $(SYSTEM_EXT_MANIFEST_FILES) $(SYSTEM_EXT_HWSERVICE_FILES))
+$(call add_json_list, DeviceManifestFiles, $(DEVICE_MANIFEST_FILE))
+$(call add_json_list, OdmManifestFiles, $(ODM_MANIFEST_FILES))
$(call json_end)