Home
last modified time | relevance | path

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

/build/soong/android/
Dneverallow.go377 type rule struct { struct
379 reason string
381 paths []string
382 unlessPaths []string
384 directDeps map[string]bool
386 osClasses []OsClass
388 moduleTypes []string
389 unlessModuleTypes []string
391 props []ruleProperty
392 unlessProps []ruleProperty
[all …]
/build/soong/genrule/
Dgenrule.go133 rule blueprint.Rule member