Home
last modified time | relevance | path

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

/build/soong/android/
Dmakevars.go153 type makeVarsContext struct { struct
154 SingletonContext
155 config Config
156 pctx PackageContext
157 vars []makeVarsVariable
158 phonies []phony
159 dists []dist
336 func (c *makeVarsContext) DeviceConfig() DeviceConfig {
342 func (c *makeVarsContext) Eval(ninjaStr string) (string, error) {
352 func (c *makeVarsContext) addVariableRaw(name, value string, strict, sort bool) {
[all …]