typo in comment
Bug: N/A Test: N/A Change-Id: Ibfcaf4deba2181d48a6428d05f715fac447d74c6
This commit is contained in:
parent
afc97f0209
commit
56b84e7786
1 changed files with 1 additions and 1 deletions
|
@ -1519,7 +1519,7 @@ func (m *ModuleBase) GetUnconvertedBp2buildDeps() []string {
|
|||
return FirstUniqueStrings(m.commonProperties.BazelConversionStatus.UnconvertedDeps)
|
||||
}
|
||||
|
||||
// GetMissingBp2buildDeps eturns the list of module names that were not found in Android.bp files.
|
||||
// GetMissingBp2buildDeps returns the list of module names that were not found in Android.bp files.
|
||||
func (m *ModuleBase) GetMissingBp2buildDeps() []string {
|
||||
return FirstUniqueStrings(m.commonProperties.BazelConversionStatus.MissingDeps)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue