Reformat build/soong for go 1.19
Test: none Change-Id: I132368f0fcbdb5ea088b5b84dbe4ccfdd9e94cad
This commit is contained in:
@@ -711,8 +711,8 @@ type ApexContents struct {
|
||||
|
||||
// NewApexContents creates and initializes an ApexContents that is suitable
|
||||
// for use with an apex module.
|
||||
// * contents is a map from a module name to information about its membership within
|
||||
// the apex.
|
||||
// - contents is a map from a module name to information about its membership within
|
||||
// the apex.
|
||||
func NewApexContents(contents map[string]ApexMembership) *ApexContents {
|
||||
return &ApexContents{
|
||||
contents: contents,
|
||||
|
Reference in New Issue
Block a user