// Only need to generate the manifest if ODM_MANIFEST_FILES is defined.
iflen(odmManifestFiles)==0{
m.noAction=true
return
}
inputPaths=append(inputPaths,odmManifestFiles...)
default:
panic(fmt.Errorf("For %s: The attribute 'type' value only allowed device_cm, system_manifest, product_manifest, system_ext_manifest!",ctx.Module().Name()))