Home
last modified time | relevance | path

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

/build/soong/cc/
Dimage.go29 type ImageVariantType string type
32 coreImageVariant ImageVariantType = "core"
33 vendorImageVariant ImageVariantType = "vendor"
34 productImageVariant ImageVariantType = "product"
35 ramdiskImageVariant ImageVariantType = "ramdisk"
36 vendorRamdiskImageVariant ImageVariantType = "vendor_ramdisk"
37 recoveryImageVariant ImageVariantType = "recovery"
38 hostImageVariant ImageVariantType = "host"
Dlinkable.go256 func GetImageVariantType(c LinkableInterface) ImageVariantType {
Dsanitize.go1370 libsMap map[ImageVariantType]map[string][]string
1378 libsMap: make(map[ImageVariantType]map[string][]string),
1405 archMap := s.libsMap[ImageVariantType(image)]