diff options
Diffstat (limited to 'java/base.go')
-rw-r--r-- | java/base.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/base.go b/java/base.go index 2e77c1e1c..85f4a5e06 100644 --- a/java/base.go +++ b/java/base.go @@ -1003,7 +1003,7 @@ func (j *Module) collectJavacFlags( topLevelDirs[srcFileParts[0]] = true } } - patchPaths = append(patchPaths, android.SortedStringKeys(topLevelDirs)...) + patchPaths = append(patchPaths, android.SortedKeys(topLevelDirs)...) classPath := flags.classpath.FormJavaClassPath("") if classPath != "" { |