diff options
Diffstat (limited to 'java/bootclasspath_fragment.go')
-rw-r--r-- | java/bootclasspath_fragment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/bootclasspath_fragment.go b/java/bootclasspath_fragment.go index dcc2dece7..d15dbc991 100644 --- a/java/bootclasspath_fragment.go +++ b/java/bootclasspath_fragment.go @@ -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. |