Home
last modified time | relevance | path

Searched refs:VendorRamdiskVariantNeeded (Results 1 – 11 of 11) sorted by relevance

/aosp12/build/soong/android/
H A Dimage.go31 VendorRamdiskVariantNeeded(ctx BaseModuleContext) bool
90 if m.VendorRamdiskVariantNeeded(ctx) {
/aosp12/build/soong/rust/
H A Dimage.go71 mod.Properties.VendorRamdiskVariantNeeded = b
88 func (mod *Module) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
89 return mod.Properties.VendorRamdiskVariantNeeded
H A Drust.go85 VendorRamdiskVariantNeeded bool `blueprint:"mutated"` member
/aosp12/build/soong/cc/
H A Dgenrule.go74 func (g *GenruleExtraProperties) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
H A Dimage.go356 m.Properties.VendorRamdiskVariantNeeded = b
619 func (c *Module) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
620 return c.Properties.VendorRamdiskVariantNeeded
H A Dsnapshot_prebuilt.go307 func (s *snapshot) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
H A Dcc.go321 VendorRamdiskVariantNeeded bool `blueprint:"mutated"` member
/aosp12/build/soong/etc/
H A Dprebuilt_etc.go211 func (p *PrebuiltEtc) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/aosp12/system/sepolicy/build/soong/
H A Dselinux_contexts.go256 func (m *selinuxContextsModule) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/aosp12/build/soong/sh/
H A Dsh_binary.go209 func (s *ShBinary) VendorRamdiskVariantNeeded(ctx android.BaseModuleContext) bool { func
/aosp12/build/soong/genrule/
H A Dgenrule.go628 func (x noopImageInterface) VendorRamdiskVariantNeeded(android.BaseModuleContext) bool { return f… func