gofmt -w .
Test: m checkbuild Change-Id: Ia4aec5ddadf1f1b00f7c567522ca89fd839504f0
This commit is contained in:
parent
33d92aa2b0
commit
86bc9d4622
|
@ -107,7 +107,7 @@ var excludes = make(Exclude)
|
|||
type HostModuleNames map[string]bool
|
||||
|
||||
func (n HostModuleNames) IsHostModule(groupId string, artifactId string) bool {
|
||||
_, found := n[groupId + ":" + artifactId]
|
||||
_, found := n[groupId+":"+artifactId]
|
||||
return found
|
||||
}
|
||||
|
||||
|
|
|
@ -1098,7 +1098,7 @@ func (d *Droiddoc) transformCheckApi(ctx android.ModuleContext, apiFile, removed
|
|||
"apiFileToCheck": d.apiFile.String(),
|
||||
"removedApiFile": removedApiFile.String(),
|
||||
"removedApiFileToCheck": d.removedApiFile.String(),
|
||||
"msg": msg,
|
||||
"msg": msg,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue