Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go371 type rule struct { struct
373 reason string
375 paths []string
376 unlessPaths []string
378 directDeps map[string]bool
380 osClasses []OsClass
382 moduleTypes []string
383 unlessModuleTypes []string
385 props []ruleProperty
386 unlessProps []ruleProperty
[all …]
Drule_builder.go747 rule *RuleBuilder member
/build/soong/bp2build/
Dbzl_conversion.go41 type rule struct { struct
42 name string
43 attrs string
/build/soong/genrule/
Dgenrule.go167 rule blueprint.Rule member