OSDN Git Service

Make the generated OTAs repeatable
authorTao Bao <tbao@google.com>
Fri, 20 Mar 2015 02:42:12 +0000 (19:42 -0700)
committerTao Bao <tbao@google.com>
Fri, 20 Mar 2015 02:42:12 +0000 (19:42 -0700)
commitb8c8717191d3bb92580465e4d42a96409420726b
tree7d616fa2882e4056ffa59c5a55c51b1c7b9b0803
parentb7e5ab6fbd4e573515c30772ac813a5fc4bce680
Make the generated OTAs repeatable

The generated OTAs are supposed to be repeatable. The use of dict in
blockimgdiff.py breaks the assumption for block-based OTAs. Fixed by
using OrderedDict instead.

Change-Id: I945bdc879912ba174ca330c152b1f8fc7ed211ac
tools/releasetools/blockimgdiff.py