Searched refs:VendorConfig (Results 1 – 3 of 3) sorted by relevance
90 if c.VendorConfig("test").Bool("not_set") {
364 config := ctx.Config().VendorConfig(moduleType.ConfigNamespace)
72 type VendorConfig soongconfig.SoongConfig type1187 func (c *config) VendorConfig(name string) VendorConfig { func