Home
last modified time | relevance | path

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

/aosp_15_r20/build/bazel/mkcompare/
H A Dmkfile.go18 type MkModule struct { struct
19 Type string
20 Location int
21 Extras int
22 Variables map[string]string
H A Dmkdiff.go111 func Compare(refMod *MkModule, ourMod *MkModule, varFilter func(string) bool) MkModuleDiff {