Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig_test.go90 if c.VendorConfig("test").Bool("not_set") {
Dsoong_config_modules.go364 config := ctx.Config().VendorConfig(moduleType.ConfigNamespace)
Dconfig.go72 type VendorConfig soongconfig.SoongConfig type
1187 func (c *config) VendorConfig(name string) VendorConfig { func