Searched refs:AlwaysSdk (Results 1 – 6 of 6) sorted by relevance
79 module.Properties.AlwaysSdk = true131 module.Properties.AlwaysSdk = true150 module.Properties.AlwaysSdk = true
34 if m.AlwaysSdk() {
58 AlwaysSdk() bool methodSpec
391 module.Properties.AlwaysSdk = true
275 AlwaysSdk bool `blueprint:"mutated"` member598 func (c *Module) AlwaysSdk() bool { func599 return c.Properties.AlwaysSdk || Bool(c.Properties.Sdk_variant_only)
214 func (mod *Module) AlwaysSdk() bool { func