Searched defs:snapshotModule (Results 1 – 1 of 1) sorted by relevance
113 type snapshotModule struct { struct114 android.ModuleBase116 properties SnapshotProperties118 baseSnapshot BaseSnapshotDecorator120 image SnapshotImage123 func (s *snapshotModule) ImageMutatorBegin(ctx android.BaseModuleContext) {130 func (s *snapshotModule) CoreVariantNeeded(ctx android.BaseModuleContext) bool {134 func (s *snapshotModule) RamdiskVariantNeeded(ctx android.BaseModuleContext) bool {138 func (s *snapshotModule) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {142 func (s *snapshotModule) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {[all …]