Searched defs:snapshotModule (Results 1 – 1 of 1) sorted by relevance
114 type snapshotModule struct { struct115 android.ModuleBase117 properties SnapshotProperties119 baseSnapshot BaseSnapshotDecorator121 image SnapshotImage124 func (s *snapshotModule) ImageMutatorBegin(ctx android.BaseModuleContext) {131 func (s *snapshotModule) CoreVariantNeeded(ctx android.BaseModuleContext) bool {135 func (s *snapshotModule) RamdiskVariantNeeded(ctx android.BaseModuleContext) bool {139 func (s *snapshotModule) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {143 func (s *snapshotModule) DebugRamdiskVariantNeeded(ctx android.BaseModuleContext) bool {[all …]