Home
last modified time | relevance | path

Searched defs:snapshotModule (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dsnapshot_prebuilt.go113 type snapshotModule struct { struct
114 android.ModuleBase
116 properties SnapshotProperties
118 baseSnapshot BaseSnapshotDecorator
120 image SnapshotImage
123 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 …]