am 6c324cbb: am fbc5cc74: Merge change 25692 into eclair

Merge commit '6c324cbb238f929103c23a9ee724f694657264d8'

* commit '6c324cbb238f929103c23a9ee724f694657264d8':
  Fix a bug in processing jarfolders in ApkBuilder
This commit is contained in:
Piotr Gurgul
2009-09-17 20:18:23 -07:00
committed by Android Git Automerger

View File

@@ -249,7 +249,7 @@ public final class ApkBuilderImpl {
for (String file : files) {
String path = f.getAbsolutePath() + File.separator + file;
processJarFile(parameter, resourcesJars);
processJarFile(path, resourcesJars);
}
} else {
processJarFile(parameter, resourcesJars);