Home
last modified time | relevance | path

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

/build/soong/android/
Dmakevars.go186 type makeVarsContext struct { struct
187 SingletonContext
188 config Config
189 pctx PackageContext
190 vars []makeVarsVariable
191 phonies []phony
192 dists []dist
408 func (c *makeVarsContext) DeviceConfig() DeviceConfig {
414 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) {
424 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) {
[all …]