Home
last modified time | relevance | path

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

/build/soong/cc/
Dlinkable.go178 InProduct() bool methodSpec
261 } else if c.InProduct() {
Dimage.go64 return ctx.mod.InProduct()
86 return c.InProduct()
123 func (c *Module) InProduct() bool { func
/build/soong/rust/
Dimage.go176 func (mod *Module) InProduct() bool { func