Home
last modified time | relevance | path

Searched refs:conditional (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/rbcrun/testdata/
Dload.star1 # Test load, simple and conditional
/build/soong/androidmk/androidmk/
Dandroidmk.go127 type conditional struct { struct
147 var conds []*conditional
148 var assignmentCond *conditional
188 newCond := conditional{args, eq}
275 func handleAssignment(file *bpFile, assignment *mkparser.Assignment, c *conditional) { argument
353 func handleModuleConditionals(file *bpFile, directive *mkparser.Directive, conds []*conditional) { argument
Dandroid.go792 func includeVariableIf(bpVar bpVariable, conditional func(ctx variableAssignmentContext) bool) func…
795 if conditional(ctx) {
818 func not(conditional func(ctx variableAssignmentContext) bool) func(ctx variableAssignmentContext) …
820 return !conditional(ctx)
/build/soong/docs/
Dbest_practices.md159 Conditionally compiling a module can generally be replaced with conditional
195 for compilation via a conditional, the implementations can sometimes be renamed
278 The preferred solution is to convert the conditional to runtime, either by
282 As a last resort, if the conditional cannot be removed, a Soong plugin can
/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.proto74 // The targeting that makes a conditional module installed.