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:
@@ -249,7 +249,7 @@ public final class ApkBuilderImpl {
|
|||||||
|
|
||||||
for (String file : files) {
|
for (String file : files) {
|
||||||
String path = f.getAbsolutePath() + File.separator + file;
|
String path = f.getAbsolutePath() + File.separator + file;
|
||||||
processJarFile(parameter, resourcesJars);
|
processJarFile(path, resourcesJars);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
processJarFile(parameter, resourcesJars);
|
processJarFile(parameter, resourcesJars);
|
||||||
|
|||||||
Reference in New Issue
Block a user