Searched defs:noopImageInterface (Results 1 – 1 of 1) sorted by relevance
747 type noopImageInterface struct{} struct749 func (x noopImageInterface) ImageMutatorBegin(android.ImageInterfaceContext) {}750 …nc (x noopImageInterface) VendorVariantNeeded(android.ImageInterfaceContext) bool { return false }751 …nc (x noopImageInterface) ProductVariantNeeded(android.ImageInterfaceContext) bool { return false }752 …nc (x noopImageInterface) CoreVariantNeeded(android.ImageInterfaceContext) bool { return false }753 …nc (x noopImageInterface) RamdiskVariantNeeded(android.ImageInterfaceContext) bool { return false }754 func (x noopImageInterface) VendorRamdiskVariantNeeded(android.ImageInterfaceContext) bool {757 func (x noopImageInterface) DebugRamdiskVariantNeeded(android.ImageInterfaceContext) bool {760 …c (x noopImageInterface) RecoveryVariantNeeded(android.ImageInterfaceContext) bool { return false }761 func (x noopImageInterface) ExtraImageVariations(ctx android.ImageInterfaceContext) []string {[all …]