Home
last modified time | relevance | path

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

/build/soong/android/
Dconfig_bp2build.go37 type ExportedVariables struct { struct
53 func NewExportedVariables(pctx PackageContext) ExportedVariables {
54 return ExportedVariables{
64 func (ev ExportedVariables) asBazel(config Config, argument
77 func (ev ExportedVariables) ExportStringStaticVariable(name string, value string) { argument
84 func (ev ExportedVariables) ExportStringListStaticVariable(name string, value []string) { argument
92 func (ev ExportedVariables) ExportVariableConfigMethod(name string, method interface{}) blueprint.V… argument
99 func (ev ExportedVariables) ExportSourcePathVariable(name string, value string) { argument
106 func (ev ExportedVariables) ExportVariableFuncVariable(name string, f func() string) { argument
116 func (ev ExportedVariables) ExportString(name string, value string) { argument
[all …]
Dconfig_bp2build_test.go163 vars ExportedVariables
168 vars: ExportedVariables{
187 vars: ExportedVariables{
212 vars: ExportedVariables{
235 vars: ExportedVariables{
258 vars: ExportedVariables{