Home
last modified time | relevance | path

Searched defs:ExportedVariables (Results 1 – 1 of 1) sorted by relevance

/build/soong/android/
Dconfig_bp2build.go37 type ExportedVariables struct { struct
40 exportedStringVars ExportedStringVariables
41 exportedStringListVars ExportedStringListVariables
42 exportedStringListDictVars ExportedStringListDictVariables
44 exportedVariableReferenceDictVars ExportedVariableReferenceDictVariables
47 exportedConfigDependingVars ExportedConfigDependingVariables
49 pctx PackageContext
64 func (ev ExportedVariables) asBazel(config Config,
78 func (ev ExportedVariables) ExportStringStaticVariable(name string, value string) {
85 func (ev ExportedVariables) ExportStringListStaticVariable(name string, value []string) {
[all …]