Home
last modified time | relevance | path

Searched refs:ReleaseAconfigValueSets (Results 1 – 4 of 4) sorted by relevance

/build/soong/aconfig/
Daconfig_declarations.go80 valuesFromConfig := ctx.Config().ReleaseAconfigValueSets()
/build/bazel/tests/products/
Dproduct_labels.bzl85 …{"ReleaseAconfigValueSets": ["//build/bazel/rules/aconfig:aconfig.test.value_set1", "//build/bazel…
/build/soong/android/
Dvariable.go487 ReleaseAconfigValueSets []string `json:",omitempty"` member
Dconfig.go197 func (c Config) ReleaseAconfigValueSets() []string { func
198 return c.config.productVariables.ReleaseAconfigValueSets