Home
last modified time | relevance | path

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

/aosp_15_r20/build/bazel/mkcompare/
H A Dmkdiff.go60 type MkModuleDiff struct { struct
61 Ref *MkModule `json:"-"`
62 Our *MkModule `json:"-"`
63 MissingVars []string `json:",omitempty"`
64 ExtraVars []string `json:",omitempty"`
65 DiffVars []MkVarDiff `json:",omitempty"`
66 TypeDiffers bool `json:",omitempty"`
67 ExtrasDiffer bool `json:",omitempty"`
71 func (d *MkModuleDiff) Empty() bool {
76 func (d *MkModuleDiff) Print(sink io.Writer, name string) {
/aosp_15_r20/build/bazel/mkcompare/cmd/
H A Dmkcompare.go101 mkcompare.MkModuleDiff anonMember