Home
last modified time | relevance | path

Searched refs:system_super_partitions (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc133 auto system_super_partitions = SuperPartitionComponents(system_misc); in CombineTargetZipFiles() local
134 if (std::find(system_super_partitions.begin(), system_super_partitions.end(), in CombineTargetZipFiles()
135 "odm") == system_super_partitions.end()) { in CombineTargetZipFiles()
137 system_super_partitions.push_back("odm"); in CombineTargetZipFiles()
139 if (std::find(system_super_partitions.begin(), system_super_partitions.end(), in CombineTargetZipFiles()
140 "vendor") == system_super_partitions.end()) { in CombineTargetZipFiles()
142 system_super_partitions.push_back("vendor"); in CombineTargetZipFiles()
144 SetSuperPartitionComponents(system_super_partitions, &output_misc); in CombineTargetZipFiles()