Home
last modified time | relevance | path

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

/build/soong/androidmk/parser/
Dmakething.go31 type Directive struct { struct
32 makeThing
33 Name string
34 Args *MakeString
94 func (d Directive) AsDirective() (Directive, bool) {
98 func (d Directive) Dump() string {
/build/soong/androidmk/cmd/androidmk/
Dandroidmk.go265 func handleModuleConditionals(file *bpFile, directive mkparser.Directive, conds []*conditional) {