commit | 75f1736469d6ebfb51f7d2abfa74039d9be54d8d | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Tue Dec 08 13:46:44 2009 -0800 |
committer | Doug Zongker <dougz@android.com> | Wed Dec 09 09:36:41 2009 -0800 |
tree | 49faa21d2973fb901e16756eaa69c67db36fd9ab | |
parent | a2496682f9c6f9311199df7300bb8e16298cf40d [diff] |
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.