Loading tools/releasetools/common.py +5 −2 Original line number Diff line number Diff line Loading @@ -1259,6 +1259,9 @@ class BlockDifference(object): self.path = os.path.join(tmpdir, partition) b.Compute(self.path) if src is None: _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict) else: _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.source_info_dict) Loading Loading
tools/releasetools/common.py +5 −2 Original line number Diff line number Diff line Loading @@ -1259,6 +1259,9 @@ class BlockDifference(object): self.path = os.path.join(tmpdir, partition) b.Compute(self.path) if src is None: _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.info_dict) else: _, self.device = GetTypeAndDevice("/" + partition, OPTIONS.source_info_dict) Loading