Closed GoogleCodeExporter closed 9 years ago
I confirm it too.
Line 349 of manifest_xml.py
nodes.append(self._ParseManifestXml(local_file, self.repodir))
should be replaced by
local_path = os.path.join(local_dir, local_file)
nodes.append(self._ParseManifestXml(local_path, self.repodir))
Original comment by j.ruesga...@gmail.com
on 4 Jan 2013 at 8:55
Here is a patch fixing it.
Original comment by cryptom...@gmail.com
on 15 Jan 2013 at 3:07
Attachments:
Fixed with:
https://gerrit-review.googlesource.com/#/c/40792/
Original comment by david.pu...@sonymobile.com
on 1 Feb 2013 at 2:08
Original issue reported on code.google.com by
jbq@android.com
on 4 Jan 2013 at 8:42