OSDN Git Service

optional cross-check between OTA radio images and board-info.txt
authorDoug Zongker <dougz@android.com>
Tue, 20 Mar 2012 23:42:22 +0000 (16:42 -0700)
committerDoug Zongker <dougz@android.com>
Wed, 21 Mar 2012 16:18:15 +0000 (09:18 -0700)
commit9296f092771a0261404f51bcbc1b62ba20654947
tree028a057540d3fcfdd182bd0a538eb8591d3d1ca9
parent992a52990cf545c926541815d03ad98b3458b23d
optional cross-check between OTA radio images and board-info.txt

Adds a python script which checks the version of each radio image
added with the new add-radio-file-checked macro against a file
containing sha-1 -> version string mappings and the contents of
board-info.txt, so that the build can fail if board-info.txt and the
OTA images are out of sync.

Change-Id: Icb61dc2adefc240ced9059941582c23b629089c0
core/definitions.mk
target/board/Android.mk
tools/check_radio_versions.py [new file with mode: 0755]