Home
last modified time | relevance | path

Searched refs:EmbeddedInMake (Results 1 – 3 of 3) sorted by relevance

/build/soong/common/
Dmodule.go338 Optional: ctx.Config().(Config).EmbeddedInMake(),
358 if ctx.Config().(Config).EmbeddedInMake() {
546 Default: !a.AConfig().EmbeddedInMake(),
650 if ctx.Config().(Config).EmbeddedInMake() {
671 Optional: ctx.Config().(Config).EmbeddedInMake(),
Dconfig.go250 func (c *config) EmbeddedInMake() bool { func
308 return c.EmbeddedInMake() || Bool(c.Mega_device)
Dandroidmk.go57 if !ctx.Config().(Config).EmbeddedInMake() {