OSDN Git Service

Fix salt for verity tree generation.
authorGeremy Condra <gcondra@google.com>
Sat, 17 May 2014 02:14:30 +0000 (19:14 -0700)
committerGeremy Condra <gcondra@google.com>
Sat, 17 May 2014 02:14:30 +0000 (19:14 -0700)
commite8e982afd31934a499c8551af7c19b85a31d63b2
tree918f12b0f84360e68c94b2e150483c8ae60cf1e6
parent15d5348e6cc7a6fdae792ab308c23cb564e10f0b
Fix salt for verity tree generation.

Prior to this change salts were randomly generated, causing OTAs
to fail when they tried to check whether the system they were
installing on was binary identical to the source from which they
were generated.

Bug: 15018770
Change-Id: I86fffe2264a0c263aaf47112fb82fa71240e3403
tools/releasetools/build_image.py