OSDN Git Service

make full OTAs block based
authorDoug Zongker <dougz@android.com>
Tue, 4 Feb 2014 21:48:15 +0000 (13:48 -0800)
committerDoug Zongker <dougz@android.com>
Tue, 4 Feb 2014 22:04:42 +0000 (14:04 -0800)
commit01ce19c95f358ac8ef9bb939d2637ac976320401
tree26c929853297656bb52c507a01b65a705b54163a
parentc9253822ea31c1d35d3fc2b495b45b476c240a1d
make full OTAs block based

Instead of writing individual files and fixing up their metadata, make
full OTAs contain a system image and simply write it to the block
device.

This is only done for target-files that already contain the recovery
flashing information, older target-files still get a file-based full
OTA.

Bug: 12893978
Change-Id: If7586083c8f275e24fec49d260af5b5aff4a0a88
tools/releasetools/img_from_target_files [changed from file to symlink]
tools/releasetools/img_from_target_files.py [new file with mode: 0755]
tools/releasetools/ota_from_target_files