am fbc5cc74: Merge change 25692 into eclair

Merge commit 'fbc5cc7488204b9b74acc587efa3c5d76a52c58b' into eclair-plus-aosp

* commit 'fbc5cc7488204b9b74acc587efa3c5d76a52c58b':
  Fix a bug in processing jarfolders in ApkBuilder
This commit is contained in:
Piotr Gurgul
2009-09-17 20:08:43 -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);