Home
last modified time | relevance | path

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

/build/soong/cc/
Dsnapshot_prebuilt.go114 type snapshotModule struct { struct
115 android.ModuleBase
117 properties SnapshotProperties
119 baseSnapshot BaseSnapshotDecorator
121 image SnapshotImage
124 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 …]