gofmt soong
Test: Presubmits Change-Id: Ia76c35ba51685eca29df51738000eacd3f43ce20
This commit is contained in:
@@ -782,7 +782,7 @@ func (b *BootclasspathFragmentModule) produceBootImageProfileFromSource(ctx andr
|
||||
dexLocations := make([]string, 0, len(contents))
|
||||
for _, module := range contents {
|
||||
dexPaths = append(dexPaths, modules[module.Name()])
|
||||
dexLocations = append(dexLocations, filepath.Join("/", "apex", apex, "javalib", module.Name() + ".jar"))
|
||||
dexLocations = append(dexLocations, filepath.Join("/", "apex", apex, "javalib", module.Name()+".jar"))
|
||||
}
|
||||
|
||||
// Build a profile for the modules in this fragment.
|
||||
|
Reference in New Issue
Block a user