Enhance vintf_data to support vendor_manifest and odm_manifest

Add two new support type "vendor_manifest" and "odm_manifest" for
vintf_data module type.

Bug: 340427295
Test: m vendor_manifest
Change-Id: Ifce5b4c94ea6d5c4ec62584a533315af3d8496fe
diff --git a/android/variable.go b/android/variable.go
index 548a762..1fc2f79 100644
--- a/android/variable.go
+++ b/android/variable.go
@@ -540,6 +540,8 @@
 	ProductManifestFiles   []string `json:",omitempty"`
 	SystemManifestFile     []string `json:",omitempty"`
 	SystemExtManifestFiles []string `json:",omitempty"`
+	DeviceManifestFiles    []string `json:",omitempty"`
+	OdmManifestFiles       []string `json:",omitempty"`
 }
 
 type PartitionQualifiedVariablesType struct {