OSDN Git Service

add signing checker script to releasetools
authorDoug Zongker <dougz@android.com>
Tue, 8 Dec 2009 21:46:44 +0000 (13:46 -0800)
committerDoug Zongker <dougz@android.com>
Mon, 1 Mar 2010 20:26:17 +0000 (12:26 -0800)
commit27bb6f5f234332d161a050b32717d94b38e63823
tree39b28d432e28fba7cb18ddc51a35862496926cb1
parent97233468715838e42b98abe047c60e108fcc44bd
add signing checker script to releasetools

The check_target_files_signatures determines what key was used to sign
every .apk in a given target_files.  It can compare that signature to
that of another target_files (eg, the previous release for that
device) and flag any problems such as .apks signed with a different
key.

(This is a backport of a change in froyo.  It does not affect device
code, only the scripts that sign images and OTA packages.)
tools/releasetools/check_target_files_signatures [new file with mode: 0755]
tools/releasetools/common.py